#061B52

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

Shades of Sapphire #061B52

Tints of Sapphire #061B52

Color information

#061B52 (or 0x061B52) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 52. RGB value is (6,27,82). Sum of RGB (Red+Green+Blue) = 6+27+82=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 82 (32.42% from 255 or 71.30% from 115); Max value from RGB is 82 - color contains mainly: blue. Hex color #061B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B52 is #F9E4AD. Grayscale: #1A1A1A. Windows color (decimal): -16377006 or 5380870. OLE color: 5380870.

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

Color convert

RGB62782-
CMYK0.930.6700.68
HSL223.42º86.36%17.25%-
HSV(B)223.42º92.68%32.16%-
XYZ1.991.438.15-
YUV26.99159.04113.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 82 (32.42% from 255) = 71.30%
R=5.22%
G=23.48%
B=71.30%

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
Decimal627820.930.6700.68223.4286.3617.25
Hex61B525D43044df5611
Octal633122135103010433712621
Binary110110111010010101110110000110100010011011111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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