Html Css Color HEX #0C0196 Ultramarine

📋 copy color: '#0C0196'

red 12 ◦ green 1 ◦ blue 150

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

Shades of Ultramarine #0C0196

Tints of Ultramarine #0C0196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 150 (58.98% from 255) = 92.02%

R = 7.36%
G = 0.61%
B = 92.02%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0C0196 (or 0x0C0196) is known color: Ultramarine. HEX triplet: 0C, 01 and 96. RGB value is (12,1,150). Sum of RGB (Red+Green+Blue) = 12+1+150=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 150 (58.98% from 255 or 92.02% from 163); Max value from RGB is 150 - color contains mainly: blue. Hex color #0C0196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0196 is #F3FE69. Grayscale: #141414. Windows color (decimal): -15990378 or 9830668. OLE color: 9830668.

HSL color Cylindrical-coordinate representation of color #0C0196: hue angle of 244.43º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0196 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 1 150 -
CMYK 0.92 0.99 0 0.41
HSL 244.43º 0.99% 0.3% -
HSV(B) 244.43º 0.99% 0.59% -
XYZ 5.67 2.3 29 -
YUV 21.28 200.64 121.38 -
System Red Green Blue C M Y K H S L
Decimal 12 1 150 0.92 0.99 0 0.41 244.43 0.99 0.3
Hex C 1 96 5C 63 0 29 F4 63 1E
Octal 14 1 226 134 143 0 51 364 143 36
Binary 1100 1 10010110 1011100 1100011 0 101001 11110100 1100011 11110

Color Harmonies of #0C0196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0196

Black with #0C0196

Text Example


Text Example

White with #0C0196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,1,150); }

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

background-color css

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

 a { background-color: rgb(12,1,150); }

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

border-color css

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

 span { border-color: rgb(12,1,150); }

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