#061C51

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

Shades of Sapphire #061C51

Tints of Sapphire #061C51

Color information

#061C51 (or 0x061C51) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 51. RGB value is (6,28,81). Sum of RGB (Red+Green+Blue) = 6+28+81=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 81 (32.03% from 255 or 70.43% from 115); Max value from RGB is 81 - color contains mainly: blue. Hex color #061C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C51 is #F9E3AE. Grayscale: #1B1B1B. Windows color (decimal): -16376751 or 5315590. OLE color: 5315590.

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

Color convert

RGB62881-
CMYK0.930.6500.68
HSL222.4º86.21%17.06%-
HSV(B)222.4º92.59%31.76%-
XYZ1.981.467.96-
YUV27.46158.21112.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 81 (32.03% from 255) = 70.43%
R=5.22%
G=24.35%
B=70.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal628810.930.6500.68222.486.2117.06
Hex61C515D41044de5611
Octal634121135101010433612621
Binary110111001010001101110110000010100010011011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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