#01174B

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

Shades of Sapphire #01174B

Tints of Sapphire #01174B

Color information

#01174B (or 0x01174B) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 4B. RGB value is (1,23,75). Sum of RGB (Red+Green+Blue) = 1+23+75=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 75 (29.69% from 255 or 75.76% from 99); Max value from RGB is 75 - color contains mainly: blue. Hex color #01174B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01174B is #FEE8B4. Grayscale: #161616. Windows color (decimal): -16705717 or 4921089. OLE color: 4921089.

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

Color convert

RGB12375-
CMYK0.990.6900.71
HSL222.16º97.37%14.9%-
HSV(B)222.16º98.67%29.41%-
XYZ1.591.136.79-
YUV22.35157.71112.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 75 (29.69% from 255) = 75.76%
R=1.01%
G=23.23%
B=75.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal123750.990.6900.71222.1697.3714.9
Hex1174B6345047de61f
Octal127113143105010733614117
Binary110111100101111000111000101010001111101111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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