#0C179F

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

Shades of Ultramarine #0C179F

Tints of Ultramarine #0C179F

Color information

#0C179F (or 0x0C179F) is unknown color: approx Ultramarine. HEX triplet: 0C, 17 and 9F. RGB value is (12,23,159). Sum of RGB (Red+Green+Blue) = 12+23+159=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C179F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C179F is #F3E860. Grayscale: #222222. Windows color (decimal): -15984737 or 10426124. OLE color: 10426124.

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

Color convert

RGB1223159-
CMYK0.920.8600.38
HSL235.51º85.96%33.53%-
HSV(B)235.51º92.45%62.35%-
XYZ6.723.1933.06-
YUV35.22197.86111.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.19%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 159 (62.5% from 255) = 81.96%
R=6.19%
G=11.86%
B=81.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12231590.920.8600.38235.5185.9633.53
HexC179F5C56026ec5622
Octal142723713412604635412642
Binary11001011110011111101110010101100100110111011001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C179F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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