Html Css Color HEX #0C0992 Ultramarine

📋 copy color: '#0C0992'

red 12 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #0C0992

Tints of Ultramarine #0C0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 87.43%

R = 7.19%
G = 5.39%
B = 87.43%

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

#0C0992 (or 0x0C0992) is known color: Ultramarine. HEX triplet: 0C, 09 and 92. RGB value is (12,9,146). Sum of RGB (Red+Green+Blue) = 12+9+146=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C0992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0992 is #F3F66D. Grayscale: #181818. Windows color (decimal): -15988334 or 9570572. OLE color: 9570572.

HSL color Cylindrical-coordinate representation of color #0C0992: hue angle of 241.31º 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 #0C0992 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 9 146 -
CMYK 0.92 0.94 0 0.43
HSL 241.31º 0.88% 0.3% -
HSV(B) 241.31º 0.94% 0.57% -
XYZ 5.44 2.35 27.36 -
YUV 25.52 195.99 118.36 -
System Red Green Blue C M Y K H S L
Decimal 12 9 146 0.92 0.94 0 0.43 241.31 0.88 0.3
Hex C 9 92 5C 5E 0 2B F1 58 1E
Octal 14 11 222 134 136 0 53 361 130 36
Binary 1100 1001 10010010 1011100 1011110 0 101011 11110001 1011000 11110

Color Harmonies of #0C0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0992

Black with #0C0992

Text Example


Text Example

White with #0C0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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