#05244B

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

Shades of Sapphire #05244B

Tints of Sapphire #05244B

Color information

#05244B (or 0x05244B) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 4B. RGB value is (5,36,75). Sum of RGB (Red+Green+Blue) = 5+36+75=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #05244B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05244B is #FADBB4. Grayscale: #1E1E1E. Windows color (decimal): -16440245 or 4924421. OLE color: 4924421.

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

Color convert

RGB53675-
CMYK0.930.5200.71
HSL213.43º87.5%15.69%-
HSV(B)213.43º93.33%29.41%-
XYZ1.961.86.9-
YUV31.18152.73109.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 75 (29.69% from 255) = 64.66%
R=4.31%
G=31.03%
B=64.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal536750.930.5200.71213.4387.515.69
Hex5244B5D34047d55810
Octal54411313564010732513020
Binary101100100100101110111011101000100011111010101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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