#061D51

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

Shades of Sapphire #061D51

Tints of Sapphire #061D51

Color information

#061D51 (or 0x061D51) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 51. RGB value is (6,29,81). Sum of RGB (Red+Green+Blue) = 6+29+81=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #061D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D51 is #F9E2AE. Grayscale: #1B1B1B. Windows color (decimal): -16376495 or 5315846. OLE color: 5315846.

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

Color convert

RGB62981-
CMYK0.930.6400.68
HSL221.6º86.21%17.06%-
HSV(B)221.6º92.59%31.76%-
XYZ21.517.97-
YUV28.05157.88112.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 69.83%
R=5.17%
G=25%
B=69.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal629810.930.6400.68221.686.2117.06
Hex61D515D40044de5611
Octal635121135100010433612621
Binary110111011010001101110110000000100010011011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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