#05286C

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

Shades of Sapphire #05286C

Tints of Sapphire #05286C

Color information

#05286C (or 0x05286C) is unknown color: approx Sapphire. HEX triplet: 05, 28 and 6C. RGB value is (5,40,108). Sum of RGB (Red+Green+Blue) = 5+40+108=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #05286C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05286C is #FAD793. Grayscale: #242424. Windows color (decimal): -16439188 or 7088133. OLE color: 7088133.

HSL color Cylindrical-coordinate representation of color #05286C: hue angle of 219.61º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05286C is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB540108-
CMYK0.950.6300.58
HSL219.61º91.15%22.16%-
HSV(B)219.61º95.37%42.35%-
XYZ3.532.6314.51-
YUV37.29167.9104.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 108 (42.58% from 255) = 70.59%
R=3.27%
G=26.14%
B=70.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5401080.950.6300.58219.6191.1522.16
Hex5286C5F3F03Adc5b16
Octal5501541377707233413326
Binary10110100011011001011111111111011101011011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,40,108); }

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

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

 a { background-color: rgb(5,40,108); }

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

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

 span { border-color: rgb(5,40,108); }

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