#05265C

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

Shades of Sapphire #05265C

Tints of Sapphire #05265C

Color information

#05265C (or 0x05265C) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 5C. RGB value is (5,38,92). Sum of RGB (Red+Green+Blue) = 5+38+92=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #05265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05265C is #FAD9A3. Grayscale: #222222. Windows color (decimal): -16439716 or 6039045. OLE color: 6039045.

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

Color convert

RGB53892-
CMYK0.950.5900.64
HSL217.24º89.69%19.02%-
HSV(B)217.24º94.57%36.08%-
XYZ2.692.1910.41-
YUV34.29160.57107.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 92 (36.33% from 255) = 68.15%
R=3.70%
G=28.15%
B=68.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal538920.950.5900.64217.2489.6919.02
Hex5265C5F3B040d95a13
Octal54613413773010033113223
Binary101100110101110010111111110110100000011011001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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