#05154B

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

Shades of Sapphire #05154B

Tints of Sapphire #05154B

Color information

#05154B (or 0x05154B) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 4B. RGB value is (5,21,75). Sum of RGB (Red+Green+Blue) = 5+21+75=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #05154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05154B is #FAEAB4. Grayscale: #161616. Windows color (decimal): -16444085 or 4920581. OLE color: 4920581.

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

Color convert

RGB52175-
CMYK0.930.7200.71
HSL226.29º87.5%15.69%-
HSV(B)226.29º93.33%29.41%-
XYZ1.61.086.78-
YUV22.37157.7115.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 75 (29.69% from 255) = 74.26%
R=4.95%
G=20.79%
B=74.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal521750.930.7200.71226.2987.515.69
Hex5154B5D48047e25810
Octal525113135110010734213020
Binary101101011001011101110110010000100011111100010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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