#0C198A

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

Shades of Ultramarine #0C198A

Tints of Ultramarine #0C198A

Color information

#0C198A (or 0x0C198A) is unknown color: approx Ultramarine. HEX triplet: 0C, 19 and 8A. RGB value is (12,25,138). Sum of RGB (Red+Green+Blue) = 12+25+138=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C198A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C198A is #F3E675. Grayscale: #212121. Windows color (decimal): -15984246 or 9050380. OLE color: 9050380.

HSL color Cylindrical-coordinate representation of color #0C198A: hue angle of 233.81º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C198A is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1225138-
CMYK0.910.8200.46
HSL233.81º84%29.41%-
HSV(B)233.81º91.3%54.12%-
XYZ5.092.6124.28-
YUV33.99186.69112.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.86%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 138 (54.30% from 255) = 78.86%
R=6.86%
G=14.29%
B=78.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12251380.910.8200.46233.818429.41
HexC198A5B5202Eea541d
Octal143121213312205635212435
Binary1100110011000101010110111010010010111011101010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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