#01176B

Color #01176B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #01176B

Tints of Sapphire #01176B

Color information

#01176B (or 0x01176B) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 6B. RGB value is (1,23,107). Sum of RGB (Red+Green+Blue) = 1+23+107=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #01176B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01176B is #FEE894. Grayscale: #191919. Windows color (decimal): -16705685 or 7018241. OLE color: 7018241.

HSL color Cylindrical-coordinate representation of color #01176B: hue angle of 227.55º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01176B is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB123107-
CMYK0.990.7900.58
HSL227.55º98.15%21.18%-
HSV(B)227.55º99.07%41.96%-
XYZ2.971.6814.08-
YUV26173.71110.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 107 (42.19% from 255) = 81.68%
R=0.76%
G=17.56%
B=81.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1231070.990.7900.58227.5598.1521.18
Hex1176B634F03Ae46215
Octal12715314311707234414225
Binary110111110101111000111001111011101011100100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01176B; }

 p { color: rgb(1,23,107); }

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

<style>
 a { background-color: #01176B; }

 a { background-color: rgb(1,23,107); }

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

<style>
 span { border-color: #01176B; }

 span { border-color: rgb(1,23,107); }

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