#05254D

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

Shades of Sapphire #05254D

Tints of Sapphire #05254D

Color information

#05254D (or 0x05254D) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 4D. RGB value is (5,37,77). Sum of RGB (Red+Green+Blue) = 5+37+77=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #05254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05254D is #FADAB2. Grayscale: #1F1F1F. Windows color (decimal): -16439987 or 5055749. OLE color: 5055749.

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

Color convert

RGB53777-
CMYK0.940.5200.70
HSL213.33º87.8%16.08%-
HSV(B)213.33º93.51%30.2%-
XYZ2.061.897.28-
YUV31.99153.4108.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 77 (30.47% from 255) = 64.71%
R=4.20%
G=31.09%
B=64.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal537770.940.5200.70213.3387.816.08
Hex5254D5E34046d55810
Octal54511513664010632513020
Binary101100101100110110111101101000100011011010101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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