#0C179B

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

Shades of Ultramarine #0C179B

Tints of Ultramarine #0C179B

Color information

#0C179B (or 0x0C179B) is unknown color: approx Ultramarine. HEX triplet: 0C, 17 and 9B. RGB value is (12,23,155). Sum of RGB (Red+Green+Blue) = 12+23+155=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 155 (60.94% from 255 or 81.58% from 190); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C179B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C179B is #F3E864. Grayscale: #222222. Windows color (decimal): -15984741 or 10163980. OLE color: 10163980.

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

Color convert

RGB1223155-
CMYK0.920.8500.39
HSL235.38º85.63%32.75%-
HSV(B)235.38º92.26%60.78%-
XYZ6.373.0631.26-
YUV34.76195.86111.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 155 (60.94% from 255) = 81.58%
R=6.32%
G=12.11%
B=81.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12231550.920.8500.39235.3885.6332.75
HexC179B5C55027eb5621
Octal142723313412504735312641
Binary11001011110011011101110010101010100111111010111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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