#01164B

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

Shades of Sapphire #01164B

Tints of Sapphire #01164B

Color information

#01164B (or 0x01164B) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 4B. RGB value is (1,22,75). Sum of RGB (Red+Green+Blue) = 1+22+75=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 75 (29.69% from 255 or 76.53% from 98); Max value from RGB is 75 - color contains mainly: blue. Hex color #01164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01164B is #FEE9B4. Grayscale: #151515. Windows color (decimal): -16705973 or 4920833. OLE color: 4920833.

HSL color Cylindrical-coordinate representation of color #01164B: hue angle of 222.97º 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 #01164B is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB12275-
CMYK0.990.7100.71
HSL222.97º97.37%14.9%-
HSV(B)222.97º98.67%29.41%-
XYZ1.571.096.78-
YUV21.76158.04113.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 75 (29.69% from 255) = 76.53%
R=1.02%
G=22.45%
B=76.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal122750.990.7100.71222.9797.3714.9
Hex1164B6347047df61f
Octal126113143107010733714117
Binary110110100101111000111000111010001111101111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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