#062051

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

Shades of Sapphire #062051

Tints of Sapphire #062051

Color information

#062051 (or 0x062051) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 51. RGB value is (6,32,81). Sum of RGB (Red+Green+Blue) = 6+32+81=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #062051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062051 is #F9DFAE. Grayscale: #1D1D1D. Windows color (decimal): -16375727 or 5316614. OLE color: 5316614.

HSL color Cylindrical-coordinate representation of color #062051: hue angle of 219.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062051 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB63281-
CMYK0.930.6000.68
HSL219.2º86.21%17.06%-
HSV(B)219.2º92.59%31.76%-
XYZ2.081.678-
YUV29.81156.89111.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 81 (32.03% from 255) = 68.07%
R=5.04%
G=26.89%
B=68.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal632810.930.6000.68219.286.2117.06
Hex620515D3C044db5611
Octal64012113574010433312621
Binary110100000101000110111011111000100010011011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062051; }

 p { color: rgb(6,32,81); }

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

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

 a { background-color: rgb(6,32,81); }

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

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

 span { border-color: rgb(6,32,81); }

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