#061A51

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

Shades of Sapphire #061A51

Tints of Sapphire #061A51

Color information

#061A51 (or 0x061A51) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 51. RGB value is (6,26,81). Sum of RGB (Red+Green+Blue) = 6+26+81=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #061A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A51 is #F9E5AE. Grayscale: #1A1A1A. Windows color (decimal): -16377263 or 5315078. OLE color: 5315078.

HSL color Cylindrical-coordinate representation of color #061A51: hue angle of 224º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061A51 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB62681-
CMYK0.930.6800.68
HSL224º86.21%17.06%-
HSV(B)224º92.59%31.76%-
XYZ1.931.377.95-
YUV26.29158.87113.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 81 (32.03% from 255) = 71.68%
R=5.31%
G=23.01%
B=71.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal626810.930.6800.6822486.2117.06
Hex61A515D44044e05611
Octal632121135104010434012621
Binary110110101010001101110110001000100010011100000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,26,81); }

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

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

 a { background-color: rgb(6,26,81); }

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

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

 span { border-color: rgb(6,26,81); }

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