#061F57

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

Shades of Sapphire #061F57

Tints of Sapphire #061F57

Color information

#061F57 (or 0x061F57) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 57. RGB value is (6,31,87). Sum of RGB (Red+Green+Blue) = 6+31+87=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 87 (34.38% from 255 or 70.16% from 124); Max value from RGB is 87 - color contains mainly: blue. Hex color #061F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F57 is #F9E0A8. Grayscale: #1D1D1D. Windows color (decimal): -16375977 or 5709574. OLE color: 5709574.

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

Color convert

RGB63187-
CMYK0.930.6400.66
HSL221.48º87.1%18.24%-
HSV(B)221.48º93.1%34.12%-
XYZ2.291.719.23-
YUV29.91160.22110.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 87 (34.38% from 255) = 70.16%
R=4.84%
G=25%
B=70.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal631870.930.6400.66221.4887.118.24
Hex61F575D40042dd5712
Octal637127135100010233512722
Binary110111111010111101110110000000100001011011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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