#05245D

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

Shades of Sapphire #05245D

Tints of Sapphire #05245D

Color information

#05245D (or 0x05245D) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 5D. RGB value is (5,36,93). Sum of RGB (Red+Green+Blue) = 5+36+93=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #05245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05245D is #FADBA2. Grayscale: #202020. Windows color (decimal): -16440227 or 6104069. OLE color: 6104069.

HSL color Cylindrical-coordinate representation of color #05245D: hue angle of 218.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05245D is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB53693-
CMYK0.950.6100.64
HSL218.86º89.8%19.22%-
HSV(B)218.86º94.62%36.47%-
XYZ2.672.0810.62-
YUV33.23161.73107.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 93 (36.72% from 255) = 69.40%
R=3.73%
G=26.87%
B=69.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal536930.950.6100.64218.8689.819.22
Hex5245D5F3D040db5a13
Octal54413513775010033313223
Binary101100100101110110111111111010100000011011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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