#01174c

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

Shades of Sapphire #01174C

Tints of Sapphire #01174C

Color information

#01174C (or 0x01174C) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 4C. RGB value is (1,23,76). Sum of RGB (Red+Green+Blue) = 1+23+76=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #01174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01174C is #FEE8B3. Grayscale: #161616. Windows color (decimal): -16705716 or 4986625. OLE color: 4986625.

HSL color Cylindrical-coordinate representation of color #01174C: hue angle of 222.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01174C is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB12376-
CMYK0.990.7000.70
HSL222.4º97.4%15.1%-
HSV(B)222.4º98.68%29.8%-
XYZ1.621.146.97-
YUV22.46158.21112.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 76 (30.08% from 255) = 76%
R=1%
G=23%
B=76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal123760.990.7000.70222.497.415.1
Hex1174C6346046de61f
Octal127114143106010633614117
Binary110111100110011000111000110010001101101111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01174c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01174c; }

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

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

<style>
 a { background-color: #01174c; }

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

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

<style>
 span { border-color: #01174c; }

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

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