#062149

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

Shades of Sapphire #062149

Tints of Sapphire #062149

Color information

#062149 (or 0x062149) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 49. RGB value is (6,33,73). Sum of RGB (Red+Green+Blue) = 6+33+73=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #062149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062149 is #F9DEB6. Grayscale: #1D1D1D. Windows color (decimal): -16375479 or 4792582. OLE color: 4792582.

HSL color Cylindrical-coordinate representation of color #062149: hue angle of 215.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062149 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63373-
CMYK0.920.5500.71
HSL215.82º84.81%15.49%-
HSV(B)215.82º91.78%28.63%-
XYZ1.821.616.52-
YUV29.49152.55111.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 73 (28.91% from 255) = 65.18%
R=5.36%
G=29.46%
B=65.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal633730.920.5500.71215.8284.8115.49
Hex621495C37047d855f
Octal64111113467010733012517
Binary11010000110010011011100110111010001111101100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062149; }

 p { color: rgb(6,33,73); }

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

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

 a { background-color: rgb(6,33,73); }

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

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

 span { border-color: rgb(6,33,73); }

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