#0c189e

Color #0C189E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #0C189E

Tints of Ultramarine #0C189E

Color information

#0C189E (or 0x0C189E) is unknown color: approx Ultramarine. HEX triplet: 0C, 18 and 9E. RGB value is (12,24,158). Sum of RGB (Red+Green+Blue) = 12+24+158=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 158 (62.11% from 255 or 81.44% from 194); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C189E is #F3E761. Grayscale: #232323. Windows color (decimal): -15984482 or 10360844. OLE color: 10360844.

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

Color convert

RGB1224158-
CMYK0.920.8500.38
HSL235.07º85.88%33.33%-
HSV(B)235.07º92.41%61.96%-
XYZ6.653.232.61-
YUV35.69197.02111.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.19%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 158 (62.11% from 255) = 81.44%
R=6.19%
G=12.37%
B=81.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12241580.920.8500.38235.0785.8833.33
HexC189E5C55026eb5621
Octal143023613412504635312641
Binary11001100010011110101110010101010100110111010111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c189e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,24,158); }

 H1.HeaderClassName
 {
   color: #0c189e;
 }
 .AnyTagClassName
 {
   color: #0c189e;
 }
</style>
background-color css

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

 a { background-color: rgb(12,24,158); }

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

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

 span { border-color: rgb(12,24,158); }

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