#062771

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

Shades of Sapphire #062771

Tints of Sapphire #062771

Color information

#062771 (or 0x062771) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 71. RGB value is (6,39,113). Sum of RGB (Red+Green+Blue) = 6+39+113=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #062771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062771 is #F9D88E. Grayscale: #252525. Windows color (decimal): -16373903 or 7415558. OLE color: 7415558.

HSL color Cylindrical-coordinate representation of color #062771: hue angle of 221.5º 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 #062771 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB639113-
CMYK0.950.6500.56
HSL221.5º89.92%23.33%-
HSV(B)221.5º94.69%44.31%-
XYZ3.782.6815.94-
YUV37.57170.57105.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 113 (44.53% from 255) = 71.52%
R=3.80%
G=24.68%
B=71.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6391130.950.6500.56221.589.9223.33
Hex627715F41038dd5a17
Octal64716113710107033513227
Binary110100111111000110111111000001011100011011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062771; }

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

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

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

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

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

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

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

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