Html Css Color HEX #231290 Ultramarine

📋 copy color: '#231290'

red 35 ◦ green 18 ◦ blue 144

#231290
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #231290

Tints of Ultramarine #231290

RGB

 RED value IS 35 (14.06% from 255) = 17.77%

 GREEN value IS 18 (7.42% from 255) = 9.14%

 BLUE value IS 144 (56.64% from 255) = 73.1%

R = 17.77%
G = 9.14%
B = 73.1%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#231290 (or 0x231290) is known color: Ultramarine. HEX triplet: 23, 12 and 90. RGB value is (35,18,144). Sum of RGB (Red+Green+Blue) = 35+18+144=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #231290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231290 is #DCED6F. Grayscale: #242424. Windows color (decimal): -14478704 or 9441827. OLE color: 9441827.

HSL color Cylindrical-coordinate representation of color #231290: hue angle of 248.1º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231290 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 18 144 -
CMYK 0.76 0.88 0 0.44
HSL 248.1º 0.78% 0.32% -
HSV(B) 248.1º 0.88% 0.56% -
XYZ 5.94 2.8 26.61 -
YUV 37.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 35 18 144 0.76 0.88 0 0.44 248.1 0.78 0.32
Hex 23 12 90 4C 58 0 2C F8 4E 20
Octal 43 22 220 114 130 0 54 370 116 40
Binary 100011 10010 10010000 1001100 1011000 0 101100 11111000 1001110 100000

Color Harmonies of #231290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231290

Black with #231290

Text Example


Text Example

White with #231290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231290; }

 p { color: rgb(35,18,144); }

 H1.HeaderClassName
 {
   color: #231290;
 }
 .AnyTagClassName
 {
   color: #231290;
 }
</style>

background-color css

<style>
 a { background-color: #231290; }

 a { background-color: rgb(35,18,144); }

 div.DivClassName
 {
   background-color: #231290;
 }
 .BgClassName
 {
   background-color: #231290;
 }
</style>

border-color css

<style>
 span { border-color: #231290; }

 span { border-color: rgb(35,18,144); }

 td.TdClassName
 {
   border-color: #231290;
 }
 .TagClassName
 {
   border-color: #231290;
 }
</style>