Html Css Color HEX #0C1989 Ultramarine

📋 copy color: '#0C1989'

red 12 ◦ green 25 ◦ blue 137

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

Shades of Ultramarine #0C1989

Tints of Ultramarine #0C1989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

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

R = 6.9%
G = 14.37%
B = 78.74%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C1989 (or 0x0C1989) is known color: Ultramarine. HEX triplet: 0C, 19 and 89. RGB value is (12,25,137). Sum of RGB (Red+Green+Blue) = 12+25+137=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C1989 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1989 is #F3E676. Grayscale: #212121. Windows color (decimal): -15984247 or 8984844. OLE color: 8984844.

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

Color convert

RGB 12 25 137 -
CMYK 0.91 0.82 0 0.46
HSL 233.76º 0.84% 0.29% -
HSV(B) 233.76º 0.91% 0.54% -
XYZ 5.01 2.58 23.9 -
YUV 33.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 12 25 137 0.91 0.82 0 0.46 233.76 0.84 0.29
Hex C 19 89 5B 52 0 2E EA 54 1D
Octal 14 31 211 133 122 0 56 352 124 35
Binary 1100 11001 10001001 1011011 1010010 0 101110 11101010 1010100 11101

Color Harmonies of #0C1989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1989

Black with #0C1989

Text Example


Text Example

White with #0C1989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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