Html Css Color HEX #0C1489 Ultramarine

📋 copy color: '#0C1489'

red 12 ◦ green 20 ◦ blue 137

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

Shades of Ultramarine #0C1489

Tints of Ultramarine #0C1489

RGB

 RED value IS 12 (5.08% from 255) = 7.1%

 GREEN value IS 20 (8.2% from 255) = 11.83%

 BLUE value IS 137 (53.91% from 255) = 81.07%

R = 7.1%
G = 11.83%
B = 81.07%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C1489 (or 0x0C1489) is known color: Ultramarine. HEX triplet: 0C, 14 and 89. RGB value is (12,20,137). Sum of RGB (Red+Green+Blue) = 12+20+137=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C1489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1489 is #F3EB76. Grayscale: #1E1E1E. Windows color (decimal): -15985527 or 8983564. OLE color: 8983564.

HSL color Cylindrical-coordinate representation of color #0C1489: hue angle of 236.16º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1489 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 20 137 -
CMYK 0.91 0.85 0 0.46
HSL 236.16º 0.84% 0.29% -
HSV(B) 236.16º 0.91% 0.54% -
XYZ 4.92 2.38 23.87 -
YUV 30.95 187.85 114.49 -
System Red Green Blue C M Y K H S L
Decimal 12 20 137 0.91 0.85 0 0.46 236.16 0.84 0.29
Hex C 14 89 5B 55 0 2E EC 54 1D
Octal 14 24 211 133 125 0 56 354 124 35
Binary 1100 10100 10001001 1011011 1010101 0 101110 11101100 1010100 11101

Color Harmonies of #0C1489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1489

Black with #0C1489

Text Example


Text Example

White with #0C1489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C1489; }

 p { color: rgb(12,20,137); }

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

background-color css

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

 a { background-color: rgb(12,20,137); }

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

border-color css

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

 span { border-color: rgb(12,20,137); }

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