#01175F

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

Shades of Sapphire #01175F

Tints of Sapphire #01175F

Color information

#01175F (or 0x01175F) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 5F. RGB value is (1,23,95). Sum of RGB (Red+Green+Blue) = 1+23+95=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 95 (37.5% from 255 or 79.83% from 119); Max value from RGB is 95 - color contains mainly: blue. Hex color #01175F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01175F is #FEE8A0. Grayscale: #181818. Windows color (decimal): -16705697 or 6231809. OLE color: 6231809.

HSL color Cylindrical-coordinate representation of color #01175F: hue angle of 225.96º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01175F is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB12395-
CMYK0.990.7600.63
HSL225.96º97.92%18.82%-
HSV(B)225.96º98.95%37.25%-
XYZ2.381.4510.98-
YUV24.63167.71111.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 95 (37.5% from 255) = 79.83%
R=0.84%
G=19.33%
B=79.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal123950.990.7600.63225.9697.9218.82
Hex1175F634C03Fe26213
Octal12713714311407734214223
Binary110111101111111000111001100011111111100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01175F; }

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

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

<style>
 a { background-color: #01175F; }

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

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

<style>
 span { border-color: #01175F; }

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

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