#062277

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

Shades of Sapphire #062277

Tints of Sapphire #062277

Color information

#062277 (or 0x062277) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 77. RGB value is (6,34,119). Sum of RGB (Red+Green+Blue) = 6+34+119=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #062277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062277 is #F9DD88. Grayscale: #222222. Windows color (decimal): -16375177 or 7807494. OLE color: 7807494.

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

Color convert

RGB634119-
CMYK0.950.7100.53
HSL225.13º90.4%24.51%-
HSV(B)225.13º94.96%46.67%-
XYZ3.982.5117.73-
YUV35.32175.22107.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 119 (46.88% from 255) = 74.84%
R=3.77%
G=21.38%
B=74.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6341190.950.7100.53225.1390.424.51
Hex622775F47035e15a19
Octal64216713710706534113231
Binary110100010111011110111111000111011010111100001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062277; }

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

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

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

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

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

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

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

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