#062772

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

Shades of Sapphire #062772

Tints of Sapphire #062772

Color information

#062772 (or 0x062772) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 72. RGB value is (6,39,114). Sum of RGB (Red+Green+Blue) = 6+39+114=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #062772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062772 is #F9D88D. Grayscale: #252525. Windows color (decimal): -16373902 or 7481094. OLE color: 7481094.

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

Color convert

RGB639114-
CMYK0.950.6600.55
HSL221.67º90%23.53%-
HSV(B)221.67º94.74%44.71%-
XYZ3.842.716.24-
YUV37.68171.07105.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 114 (44.92% from 255) = 71.70%
R=3.77%
G=24.53%
B=71.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6391140.950.6600.55221.679023.53
Hex627725F42037de5a18
Octal64716213710206733613230
Binary110100111111001010111111000010011011111011110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062772; }

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

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

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

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

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

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

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

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