Html Css Color HEX #0C199C Ultramarine

📋 copy color: '#0C199C'

red 12 ◦ green 25 ◦ blue 156

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

Shades of Ultramarine #0C199C

Tints of Ultramarine #0C199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 80.83%

R = 6.22%
G = 12.95%
B = 80.83%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C199C (or 0x0C199C) is known color: Ultramarine. HEX triplet: 0C, 19 and 9C. RGB value is (12,25,156). Sum of RGB (Red+Green+Blue) = 12+25+156=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 156 (61.33% from 255 or 80.83% from 193); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C199C is #F3E663. Grayscale: #232323. Windows color (decimal): -15984228 or 10230028. OLE color: 10230028.

HSL color Cylindrical-coordinate representation of color #0C199C: hue angle of 234.58º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C199C is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 25 156 -
CMYK 0.92 0.84 0 0.39
HSL 234.58º 0.86% 0.33% -
HSV(B) 234.58º 0.92% 0.61% -
XYZ 6.5 3.17 31.72 -
YUV 36.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 12 25 156 0.92 0.84 0 0.39 234.58 0.86 0.33
Hex C 19 9C 5C 54 0 27 EB 56 21
Octal 14 31 234 134 124 0 47 353 126 41
Binary 1100 11001 10011100 1011100 1010100 0 100111 11101011 1010110 100001

Color Harmonies of #0C199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C199C

Black with #0C199C

Text Example


Text Example

White with #0C199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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