#0C179D

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

Shades of Ultramarine #0C179D

Tints of Ultramarine #0C179D

Color information

#0C179D (or 0x0C179D) is unknown color: approx Ultramarine. HEX triplet: 0C, 17 and 9D. RGB value is (12,23,157). Sum of RGB (Red+Green+Blue) = 12+23+157=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 157 (61.72% from 255 or 81.77% from 192); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C179D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C179D is #F3E862. Grayscale: #222222. Windows color (decimal): -15984739 or 10295052. OLE color: 10295052.

HSL color Cylindrical-coordinate representation of color #0C179D: hue angle of 235.45º 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 #0C179D is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1223157-
CMYK0.920.8500.38
HSL235.45º85.8%33.14%-
HSV(B)235.45º92.36%61.57%-
XYZ6.543.1332.16-
YUV34.99196.86111.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.25%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 157 (61.72% from 255) = 81.77%
R=6.25%
G=11.98%
B=81.77%

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
Decimal12231570.920.8500.38235.4585.833.14
HexC179D5C55026eb5621
Octal142723513412504635312641
Binary11001011110011101101110010101010100110111010111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C179D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,23,157); }

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

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

 a { background-color: rgb(12,23,157); }

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

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

 span { border-color: rgb(12,23,157); }

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