#062877

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

Shades of Sapphire #062877

Tints of Sapphire #062877

Color information

#062877 (or 0x062877) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 77. RGB value is (6,40,119). Sum of RGB (Red+Green+Blue) = 6+40+119=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 119 (46.88% from 255 or 72.12% from 165); Max value from RGB is 119 - color contains mainly: blue. Hex color #062877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062877 is #F9D788. Grayscale: #262626. Windows color (decimal): -16373641 or 7809030. OLE color: 7809030.

HSL color Cylindrical-coordinate representation of color #062877: hue angle of 221.95º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062877 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB640119-
CMYK0.950.6600.53
HSL221.95º90.4%24.51%-
HSV(B)221.95º94.96%46.67%-
XYZ4.162.8917.79-
YUV38.84173.24104.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 119 (46.88% from 255) = 72.12%
R=3.64%
G=24.24%
B=72.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6401190.950.6600.53221.9590.424.51
Hex628775F42035de5a19
Octal65016713710206533613231
Binary110101000111011110111111000010011010111011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062877; }

 p { color: rgb(6,40,119); }

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

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

 a { background-color: rgb(6,40,119); }

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

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

 span { border-color: rgb(6,40,119); }

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