#061B57

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

Shades of Sapphire #061B57

Tints of Sapphire #061B57

Color information

#061B57 (or 0x061B57) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 57. RGB value is (6,27,87). Sum of RGB (Red+Green+Blue) = 6+27+87=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 87 (34.38% from 255 or 72.5% from 120); Max value from RGB is 87 - color contains mainly: blue. Hex color #061B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B57 is #F9E4A8. Grayscale: #1B1B1B. Windows color (decimal): -16377001 or 5708550. OLE color: 5708550.

HSL color Cylindrical-coordinate representation of color #061B57: hue angle of 224.44º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061B57 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB62787-
CMYK0.930.6900.66
HSL224.44º87.1%18.24%-
HSV(B)224.44º93.1%34.12%-
XYZ2.191.519.19-
YUV27.56161.54112.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 27 (10.94% from 255) = 22.5%
BLUE value IS 87 (34.38% from 255) = 72.5%
R=5%
G=22.5%
B=72.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal627870.930.6900.66224.4487.118.24
Hex61B575D45042e05712
Octal633127135105010234012722
Binary110110111010111101110110001010100001011100000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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