#062055

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

Shades of Sapphire #062055

Tints of Sapphire #062055

Color information

#062055 (or 0x062055) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 55. RGB value is (6,32,85). Sum of RGB (Red+Green+Blue) = 6+32+85=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #062055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062055 is #F9DFAA. Grayscale: #1E1E1E. Windows color (decimal): -16375723 or 5578758. OLE color: 5578758.

HSL color Cylindrical-coordinate representation of color #062055: hue angle of 220.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062055 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB63285-
CMYK0.930.6200.67
HSL220.25º86.81%17.84%-
HSV(B)220.25º92.94%33.33%-
XYZ2.231.738.81-
YUV30.27158.89110.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 85 (33.59% from 255) = 69.11%
R=4.88%
G=26.02%
B=69.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal632850.930.6200.67220.2586.8117.84
Hex620555D3E043dc5712
Octal64012513576010333412722
Binary110100000101010110111011111100100001111011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062055; }

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

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

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

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

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

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

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

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