#05266C

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

Shades of Sapphire #05266C

Tints of Sapphire #05266C

Color information

#05266C (or 0x05266C) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 6C. RGB value is (5,38,108). Sum of RGB (Red+Green+Blue) = 5+38+108=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #05266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05266C is #FAD993. Grayscale: #232323. Windows color (decimal): -16439700 or 7087621. OLE color: 7087621.

HSL color Cylindrical-coordinate representation of color #05266C: hue angle of 220.78º 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 #05266C is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB538108-
CMYK0.950.6500.58
HSL220.78º91.15%22.16%-
HSV(B)220.78º95.37%42.35%-
XYZ3.462.514.49-
YUV36.11168.57105.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 108 (42.58% from 255) = 71.52%
R=3.31%
G=25.17%
B=71.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5381080.950.6500.58220.7891.1522.16
Hex5266C5F4103Add5b16
Octal54615413710107233513326
Binary101100110110110010111111000001011101011011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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