#062155

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

Shades of Sapphire #062155

Tints of Sapphire #062155

Color information

#062155 (or 0x062155) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 55. RGB value is (6,33,85). Sum of RGB (Red+Green+Blue) = 6+33+85=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #062155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062155 is #F9DEAA. Grayscale: #1E1E1E. Windows color (decimal): -16375467 or 5579014. OLE color: 5579014.

HSL color Cylindrical-coordinate representation of color #062155: hue angle of 219.49º 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 #062155 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB63385-
CMYK0.930.6100.67
HSL219.49º86.81%17.84%-
HSV(B)219.49º92.94%33.33%-
XYZ2.261.788.82-
YUV30.85158.55110.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 85 (33.59% from 255) = 68.55%
R=4.84%
G=26.61%
B=68.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal633850.930.6100.67219.4986.8117.84
Hex621555D3D043db5712
Octal64112513575010333312722
Binary110100001101010110111011111010100001111011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062155; }

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

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

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

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

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

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

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

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