Html Css Color HEX #0C0991 Ultramarine

📋 copy color: '#0C0991'

red 12 ◦ green 9 ◦ blue 145

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

Shades of Ultramarine #0C0991

Tints of Ultramarine #0C0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 145 (57.03% from 255) = 87.35%

R = 7.23%
G = 5.42%
B = 87.35%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C0991 (or 0x0C0991) is known color: Ultramarine. HEX triplet: 0C, 09 and 91. RGB value is (12,9,145). Sum of RGB (Red+Green+Blue) = 12+9+145=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C0991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0991 is #F3F66E. Grayscale: #181818. Windows color (decimal): -15988335 or 9505036. OLE color: 9505036.

HSL color Cylindrical-coordinate representation of color #0C0991: hue angle of 241.32º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0991 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 9 145 -
CMYK 0.92 0.94 0 0.43
HSL 241.32º 0.88% 0.3% -
HSV(B) 241.32º 0.94% 0.57% -
XYZ 5.36 2.32 26.95 -
YUV 25.4 195.49 118.44 -
System Red Green Blue C M Y K H S L
Decimal 12 9 145 0.92 0.94 0 0.43 241.32 0.88 0.3
Hex C 9 91 5C 5E 0 2B F1 58 1E
Octal 14 11 221 134 136 0 53 361 130 36
Binary 1100 1001 10010001 1011100 1011110 0 101011 11110001 1011000 11110

Color Harmonies of #0C0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0991

Black with #0C0991

Text Example


Text Example

White with #0C0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,145); }

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

background-color css

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

 a { background-color: rgb(12,9,145); }

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

border-color css

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

 span { border-color: rgb(12,9,145); }

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