#05265E

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

Shades of Sapphire #05265E

Tints of Sapphire #05265E

Color information

#05265E (or 0x05265E) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 5E. RGB value is (5,38,94). Sum of RGB (Red+Green+Blue) = 5+38+94=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #05265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05265E is #FAD9A1. Grayscale: #222222. Windows color (decimal): -16439714 or 6170117. OLE color: 6170117.

HSL color Cylindrical-coordinate representation of color #05265E: hue angle of 217.75º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05265E is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB53894-
CMYK0.950.6000.63
HSL217.75º89.9%19.41%-
HSV(B)217.75º94.68%36.86%-
XYZ2.782.2310.87-
YUV34.52161.57106.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 94 (37.11% from 255) = 68.61%
R=3.65%
G=27.74%
B=68.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal538940.950.6000.63217.7589.919.41
Hex5265E5F3C03Fda5a13
Octal5461361377407733213223
Binary10110011010111101011111111100011111111011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05265E; }

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

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

<style>
 a { background-color: #05265E; }

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

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

<style>
 span { border-color: #05265E; }

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

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