Html Css Color HEX #12058E Ultramarine

📋 copy color: '#12058E'

red 18 ◦ green 5 ◦ blue 142

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

Shades of Ultramarine #12058E

Tints of Ultramarine #12058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 10.91%
G = 3.03%
B = 86.06%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12058E (or 0x12058E) is known color: Ultramarine. HEX triplet: 12, 05 and 8E. RGB value is (18,5,142). Sum of RGB (Red+Green+Blue) = 18+5+142=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 142 (55.86% from 255 or 86.06% from 165); Max value from RGB is 142 - color contains mainly: blue. Hex color #12058E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12058E is #EDFA71. Grayscale: #171717. Windows color (decimal): -15596146 or 9307410. OLE color: 9307410.

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

Color convert

RGB 18 5 142 -
CMYK 0.87 0.96 0 0.44
HSL 245.69º 0.93% 0.29% -
HSV(B) 245.69º 0.96% 0.56% -
XYZ 5.19 2.19 25.74 -
YUV 24.51 194.31 123.36 -
System Red Green Blue C M Y K H S L
Decimal 18 5 142 0.87 0.96 0 0.44 245.69 0.93 0.29
Hex 12 5 8E 57 60 0 2C F6 5D 1D
Octal 22 5 216 127 140 0 54 366 135 35
Binary 10010 101 10001110 1010111 1100000 0 101100 11110110 1011101 11101

Color Harmonies of #12058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12058E

Black with #12058E

Text Example


Text Example

White with #12058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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