#062048

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

Shades of Sapphire #062048

Tints of Sapphire #062048

Color information

#062048 (or 0x062048) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 48. RGB value is (6,32,72). Sum of RGB (Red+Green+Blue) = 6+32+72=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #062048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062048 is #F9DFB7. Grayscale: #1C1C1C. Windows color (decimal): -16375736 or 4726790. OLE color: 4726790.

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

Color convert

RGB63272-
CMYK0.920.5600.72
HSL216.36º84.62%15.29%-
HSV(B)216.36º91.67%28.24%-
XYZ1.761.546.34-
YUV28.79152.39111.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=5.45%
G=29.09%
B=65.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal632720.920.5600.72216.3684.6215.29
Hex620485C38048d855f
Octal64011013470011033012517
Binary11010000010010001011100111000010010001101100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062048; }

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

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

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

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

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

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

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

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