#05247C

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

Shades of Sapphire #05247C

Tints of Sapphire #05247C

Color information

#05247C (or 0x05247C) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 7C. RGB value is (5,36,124). Sum of RGB (Red+Green+Blue) = 5+36+124=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #05247C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05247C is #FADB83. Grayscale: #242424. Windows color (decimal): -16440196 or 8135685. OLE color: 8135685.

HSL color Cylindrical-coordinate representation of color #05247C: hue angle of 224.37º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05247C is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB536124-
CMYK0.960.7100.51
HSL224.37º92.25%25.29%-
HSV(B)224.37º95.97%48.63%-
XYZ4.332.7519.37-
YUV36.76177.23105.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 124 (48.83% from 255) = 75.15%
R=3.03%
G=21.82%
B=75.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5361240.960.7100.51224.3792.2525.29
Hex5247C6047033e05c19
Octal54417414010706334013431
Binary101100100111110011000001000111011001111100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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