Html Css Color HEX #0C1589 Ultramarine

📋 copy color: '#0C1589'

red 12 ◦ green 21 ◦ blue 137

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

Shades of Ultramarine #0C1589

Tints of Ultramarine #0C1589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 7.06%
G = 12.35%
B = 80.59%

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

#0C1589 (or 0x0C1589) is known color: Ultramarine. HEX triplet: 0C, 15 and 89. RGB value is (12,21,137). Sum of RGB (Red+Green+Blue) = 12+21+137=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C1589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1589 is #F3EA76. Grayscale: #1F1F1F. Windows color (decimal): -15985271 or 8983820. OLE color: 8983820.

HSL color Cylindrical-coordinate representation of color #0C1589: hue angle of 235.68º 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 #0C1589 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 21 137 -
CMYK 0.91 0.85 0 0.46
HSL 235.68º 0.84% 0.29% -
HSV(B) 235.68º 0.91% 0.54% -
XYZ 4.94 2.42 23.87 -
YUV 31.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 12 21 137 0.91 0.85 0 0.46 235.68 0.84 0.29
Hex C 15 89 5B 55 0 2E EC 54 1D
Octal 14 25 211 133 125 0 56 354 124 35
Binary 1100 10101 10001001 1011011 1010101 0 101110 11101100 1010100 11101

Color Harmonies of #0C1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1589

Black with #0C1589

Text Example


Text Example

White with #0C1589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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