#05164B

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

Shades of Sapphire #05164B

Tints of Sapphire #05164B

Color information

#05164B (or 0x05164B) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 4B. RGB value is (5,22,75). Sum of RGB (Red+Green+Blue) = 5+22+75=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #05164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05164B is #FAE9B4. Grayscale: #161616. Windows color (decimal): -16443829 or 4920837. OLE color: 4920837.

HSL color Cylindrical-coordinate representation of color #05164B: hue angle of 225.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05164B is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB52275-
CMYK0.930.7100.71
HSL225.43º87.5%15.69%-
HSV(B)225.43º93.33%29.41%-
XYZ1.621.116.79-
YUV22.96157.37115.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 75 (29.69% from 255) = 73.53%
R=4.90%
G=21.57%
B=73.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal522750.930.7100.71225.4387.515.69
Hex5164B5D47047e15810
Octal526113135107010734113020
Binary101101101001011101110110001110100011111100001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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