#061B51

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

Shades of Sapphire #061B51

Tints of Sapphire #061B51

Color information

#061B51 (or 0x061B51) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 51. RGB value is (6,27,81). Sum of RGB (Red+Green+Blue) = 6+27+81=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #061B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B51 is #F9E4AE. Grayscale: #1A1A1A. Windows color (decimal): -16377007 or 5315334. OLE color: 5315334.

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

Color convert

RGB62781-
CMYK0.930.6700.68
HSL223.2º86.21%17.06%-
HSV(B)223.2º92.59%31.76%-
XYZ1.951.427.96-
YUV26.88158.54113.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 81 (32.03% from 255) = 71.05%
R=5.26%
G=23.68%
B=71.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal627810.930.6700.68223.286.2117.06
Hex61B515D43044df5611
Octal633121135103010433712621
Binary110110111010001101110110000110100010011011111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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