#05254B

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

Shades of Sapphire #05254B

Tints of Sapphire #05254B

Color information

#05254B (or 0x05254B) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 4B. RGB value is (5,37,75). Sum of RGB (Red+Green+Blue) = 5+37+75=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #05254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05254B is #FADAB4. Grayscale: #1F1F1F. Windows color (decimal): -16439989 or 4924677. OLE color: 4924677.

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

Color convert

RGB53775-
CMYK0.930.5100.71
HSL212.57º87.5%15.69%-
HSV(B)212.57º93.33%29.41%-
XYZ1.991.866.91-
YUV31.76152.4108.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 75 (29.69% from 255) = 64.10%
R=4.27%
G=31.62%
B=64.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal537750.930.5100.71212.5787.515.69
Hex5254B5D33047d55810
Octal54511313563010732513020
Binary101100101100101110111011100110100011111010101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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