Html Css Color HEX #12018E Ultramarine

📋 copy color: '#12018E'

red 18 ◦ green 1 ◦ blue 142

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

Shades of Ultramarine #12018E

Tints of Ultramarine #12018E

RGB

 RED value IS 18 (7.42% from 255) = 11.18%

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 142 (55.86% from 255) = 88.2%

R = 11.18%
G = 0.62%
B = 88.2%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12018E (or 0x12018E) is known color: Ultramarine. HEX triplet: 12, 01 and 8E. RGB value is (18,1,142). Sum of RGB (Red+Green+Blue) = 18+1+142=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 142 (55.86% from 255 or 88.20% from 161); Max value from RGB is 142 - color contains mainly: blue. Hex color #12018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12018E is #EDFE71. Grayscale: #151515. Windows color (decimal): -15597170 or 9306386. OLE color: 9306386.

HSL color Cylindrical-coordinate representation of color #12018E: hue angle of 247.23º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12018E is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 1 142 -
CMYK 0.87 0.99 0 0.44
HSL 247.23º 0.99% 0.28% -
HSV(B) 247.23º 0.99% 0.56% -
XYZ 5.14 2.1 25.73 -
YUV 22.16 195.63 125.04 -
System Red Green Blue C M Y K H S L
Decimal 18 1 142 0.87 0.99 0 0.44 247.23 0.99 0.28
Hex 12 1 8E 57 63 0 2C F7 63 1C
Octal 22 1 216 127 143 0 54 367 143 34
Binary 10010 1 10001110 1010111 1100011 0 101100 11110111 1100011 11100

Color Harmonies of #12018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12018E

Black with #12018E

Text Example


Text Example

White with #12018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12018E; }

 p { color: rgb(18,1,142); }

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

background-color css

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

 a { background-color: rgb(18,1,142); }

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

border-color css

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

 span { border-color: rgb(18,1,142); }

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