#062253

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

Shades of Sapphire #062253

Tints of Sapphire #062253

Color information

#062253 (or 0x062253) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 53. RGB value is (6,34,83). Sum of RGB (Red+Green+Blue) = 6+34+83=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #062253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062253 is #F9DDAC. Grayscale: #1E1E1E. Windows color (decimal): -16375213 or 5448198. OLE color: 5448198.

HSL color Cylindrical-coordinate representation of color #062253: hue angle of 218.18º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062253 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB63483-
CMYK0.930.5900.67
HSL218.18º86.52%17.45%-
HSV(B)218.18º92.77%32.55%-
XYZ2.211.818.42-
YUV31.21157.22110.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 83 (32.81% from 255) = 67.48%
R=4.88%
G=27.64%
B=67.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal634830.930.5900.67218.1886.5217.45
Hex622535D3B043da5711
Octal64212313573010333212721
Binary110100010101001110111011110110100001111011010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062253; }

 p { color: rgb(6,34,83); }

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

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

 a { background-color: rgb(6,34,83); }

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

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

 span { border-color: rgb(6,34,83); }

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