#05247A

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

Shades of Sapphire #05247A

Tints of Sapphire #05247A

Color information

#05247A (or 0x05247A) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 7A. RGB value is (5,36,122). Sum of RGB (Red+Green+Blue) = 5+36+122=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #05247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05247A is #FADB85. Grayscale: #242424. Windows color (decimal): -16440198 or 8004613. OLE color: 8004613.

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

Color convert

RGB536122-
CMYK0.960.7000.52
HSL224.1º92.13%24.9%-
HSV(B)224.1º95.9%47.84%-
XYZ4.212.718.71-
YUV36.53176.23105.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 122 (48.05% from 255) = 74.85%
R=3.07%
G=22.09%
B=74.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5361220.960.7000.52224.192.1324.9
Hex5247A6046034e05c19
Octal54417214010606434013431
Binary101100100111101011000001000110011010011100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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