#062E71

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

Shades of Sapphire #062E71

Tints of Sapphire #062E71

Color information

#062E71 (or 0x062E71) is unknown color: approx Sapphire. HEX triplet: 06, 2E and 71. RGB value is (6,46,113). Sum of RGB (Red+Green+Blue) = 6+46+113=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #062E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E71 is #F9D18E. Grayscale: #292929. Windows color (decimal): -16372111 or 7417350. OLE color: 7417350.

HSL color Cylindrical-coordinate representation of color #062E71: hue angle of 217.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062E71 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB646113-
CMYK0.950.5900.56
HSL217.57º89.92%23.33%-
HSV(B)217.57º94.69%44.31%-
XYZ4.033.1816.02-
YUV41.68168.25102.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=3.64%
G=27.88%
B=68.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6461130.950.5900.56217.5789.9223.33
Hex62E715F3B038da5a17
Octal6561611377307033213227
Binary11010111011100011011111111011011100011011010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062E71; }

 p { color: rgb(6,46,113); }

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

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

 a { background-color: rgb(6,46,113); }

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

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

 span { border-color: rgb(6,46,113); }

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