#062876

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

Shades of Sapphire #062876

Tints of Sapphire #062876

Color information

#062876 (or 0x062876) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 76. RGB value is (6,40,118). Sum of RGB (Red+Green+Blue) = 6+40+118=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #062876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062876 is #F9D789. Grayscale: #262626. Windows color (decimal): -16373642 or 7743494. OLE color: 7743494.

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

Color convert

RGB640118-
CMYK0.950.6600.54
HSL221.79º90.32%24.31%-
HSV(B)221.79º94.92%46.27%-
XYZ4.12.8617.48-
YUV38.73172.74104.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 118 (46.48% from 255) = 71.95%
R=3.66%
G=24.39%
B=71.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6401180.950.6600.54221.7990.3224.31
Hex628765F42036de5a18
Octal65016613710206633613230
Binary110101000111011010111111000010011011011011110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062876; }

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

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

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

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

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

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

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

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