#05246D

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

Shades of Sapphire #05246D

Tints of Sapphire #05246D

Color information

#05246D (or 0x05246D) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 6D. RGB value is (5,36,109). Sum of RGB (Red+Green+Blue) = 5+36+109=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #05246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05246D is #FADB92. Grayscale: #222222. Windows color (decimal): -16440211 or 7152645. OLE color: 7152645.

HSL color Cylindrical-coordinate representation of color #05246D: hue angle of 222.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05246D is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB536109-
CMYK0.950.6700.57
HSL222.12º91.23%22.35%-
HSV(B)222.12º95.41%42.75%-
XYZ3.452.414.75-
YUV35.05169.73106.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 109 (42.97% from 255) = 72.67%
R=3.33%
G=24%
B=72.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5361090.950.6700.57222.1291.2322.35
Hex5246D5F43039de5b16
Octal54415513710307133613326
Binary101100100110110110111111000011011100111011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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