#05275C

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

Shades of Sapphire #05275C

Tints of Sapphire #05275C

Color information

#05275C (or 0x05275C) is unknown color: approx Sapphire. HEX triplet: 05, 27 and 5C. RGB value is (5,39,92). Sum of RGB (Red+Green+Blue) = 5+39+92=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #05275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05275C is #FAD8A3. Grayscale: #222222. Windows color (decimal): -16439460 or 6039301. OLE color: 6039301.

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

Color convert

RGB53992-
CMYK0.950.5800.64
HSL216.55º89.69%19.02%-
HSV(B)216.55º94.57%36.08%-
XYZ2.722.2610.42-
YUV34.88160.24106.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 92 (36.33% from 255) = 67.65%
R=3.68%
G=28.68%
B=67.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal539920.950.5800.64216.5589.6919.02
Hex5275C5F3A040d95a13
Octal54713413772010033113223
Binary101100111101110010111111110100100000011011001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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