#05254C

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

Shades of Sapphire #05254C

Tints of Sapphire #05254C

Color information

#05254C (or 0x05254C) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 4C. RGB value is (5,37,76). Sum of RGB (Red+Green+Blue) = 5+37+76=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #05254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05254C is #FADAB3. Grayscale: #1F1F1F. Windows color (decimal): -16439988 or 4990213. OLE color: 4990213.

HSL color Cylindrical-coordinate representation of color #05254C: hue angle of 212.96º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05254C is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB53776-
CMYK0.930.5100.70
HSL212.96º87.65%15.88%-
HSV(B)212.96º93.42%29.8%-
XYZ2.031.887.09-
YUV31.88152.9108.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 76 (30.08% from 255) = 64.41%
R=4.24%
G=31.36%
B=64.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal537760.930.5100.70212.9687.6515.88
Hex5254C5D33046d55810
Octal54511413563010632513020
Binary101100101100110010111011100110100011011010101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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