#061E55

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

Shades of Sapphire #061E55

Tints of Sapphire #061E55

Color information

#061E55 (or 0x061E55) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 55. RGB value is (6,30,85). Sum of RGB (Red+Green+Blue) = 6+30+85=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #061E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E55 is #F9E1AA. Grayscale: #1C1C1C. Windows color (decimal): -16376235 or 5578246. OLE color: 5578246.

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

Color convert

RGB63085-
CMYK0.930.6500.67
HSL221.77º86.81%17.84%-
HSV(B)221.77º92.94%33.33%-
XYZ2.181.628.79-
YUV29.09159.55111.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 85 (33.59% from 255) = 70.25%
R=4.96%
G=24.79%
B=70.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal630850.930.6500.67221.7786.8117.84
Hex61E555D41043de5712
Octal636125135101010333612722
Binary110111101010101101110110000010100001111011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061E55; }

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

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

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

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

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

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

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

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