#061951

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

Shades of Sapphire #061951

Tints of Sapphire #061951

Color information

#061951 (or 0x061951) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 51. RGB value is (6,25,81). Sum of RGB (Red+Green+Blue) = 6+25+81=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #061951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061951 is #F9E6AE. Grayscale: #191919. Windows color (decimal): -16377519 or 5314822. OLE color: 5314822.

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

Color convert

RGB62581-
CMYK0.930.6900.68
HSL224.8º86.21%17.06%-
HSV(B)224.8º92.59%31.76%-
XYZ1.911.337.94-
YUV25.7159.21113.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 81 (32.03% from 255) = 72.32%
R=5.36%
G=22.32%
B=72.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal625810.930.6900.68224.886.2117.06
Hex619515D45044e15611
Octal631121135105010434112621
Binary110110011010001101110110001010100010011100001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061951; }

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

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

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

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

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

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

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

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