#0C1698

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

Shades of Ultramarine #0C1698

Tints of Ultramarine #0C1698

Color information

#0C1698 (or 0x0C1698) is unknown color: approx Ultramarine. HEX triplet: 0C, 16 and 98. RGB value is (12,22,152). Sum of RGB (Red+Green+Blue) = 12+22+152=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 152 (59.77% from 255 or 81.72% from 186); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C1698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1698 is #F3E967. Grayscale: #212121. Windows color (decimal): -15985000 or 9967116. OLE color: 9967116.

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

Color convert

RGB1222152-
CMYK0.920.8600.40
HSL235.71º85.37%32.16%-
HSV(B)235.71º92.11%59.61%-
XYZ6.112.9229.95-
YUV33.83194.69112.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 152 (59.77% from 255) = 81.72%
R=6.45%
G=11.83%
B=81.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12221520.920.8600.40235.7185.3732.16
HexC16985C56028ec5520
Octal142623013412605035412540
Binary11001011010011000101110010101100101000111011001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,22,152); }

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

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

 a { background-color: rgb(12,22,152); }

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

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

 span { border-color: rgb(12,22,152); }

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