#01175E

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

Shades of Sapphire #01175E

Tints of Sapphire #01175E

Color information

#01175E (or 0x01175E) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 5E. RGB value is (1,23,94). Sum of RGB (Red+Green+Blue) = 1+23+94=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #01175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01175E is #FEE8A1. Grayscale: #181818. Windows color (decimal): -16705698 or 6166273. OLE color: 6166273.

HSL color Cylindrical-coordinate representation of color #01175E: hue angle of 225.81º 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 #01175E is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB12394-
CMYK0.990.7600.63
HSL225.81º97.89%18.63%-
HSV(B)225.81º98.94%36.86%-
XYZ2.341.4310.74-
YUV24.52167.21111.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 94 (37.11% from 255) = 79.66%
R=0.85%
G=19.49%
B=79.66%

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
Decimal123940.990.7600.63225.8197.8918.63
Hex1175E634C03Fe26213
Octal12713614311407734214223
Binary110111101111011000111001100011111111100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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