#052675

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

Shades of Sapphire #052675

Tints of Sapphire #052675

Color information

#052675 (or 0x052675) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 75. RGB value is (5,38,117). Sum of RGB (Red+Green+Blue) = 5+38+117=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #052675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052675 is #FAD98A. Grayscale: #242424. Windows color (decimal): -16439691 or 7677445. OLE color: 7677445.

HSL color Cylindrical-coordinate representation of color #052675: hue angle of 222.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052675 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB538117-
CMYK0.960.6800.54
HSL222.32º91.8%23.92%-
HSV(B)222.32º95.73%45.88%-
XYZ3.972.717.14-
YUV37.14173.07105.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 117 (46.09% from 255) = 73.12%
R=3.12%
G=23.75%
B=73.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5381170.960.6800.54222.3291.823.92
Hex526756044036de5c18
Octal54616514010406633613430
Binary101100110111010111000001000100011011011011110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052675; }

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

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

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

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

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

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

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

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