#062276

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

Shades of Sapphire #062276

Tints of Sapphire #062276

Color information

#062276 (or 0x062276) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 76. RGB value is (6,34,118). Sum of RGB (Red+Green+Blue) = 6+34+118=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #062276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062276 is #F9DD89. Grayscale: #222222. Windows color (decimal): -16375178 or 7741958. OLE color: 7741958.

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

Color convert

RGB634118-
CMYK0.950.7100.54
HSL225º90.32%24.31%-
HSV(B)225º94.92%46.27%-
XYZ3.922.4917.41-
YUV35.2174.72107.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=3.80%
G=21.52%
B=74.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6341180.950.7100.5422590.3224.31
Hex622765F47036e15a18
Octal64216613710706634113230
Binary110100010111011010111111000111011011011100001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062276; }

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

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

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

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

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

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

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

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