#061461

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

Shades of Sapphire #061461

Tints of Sapphire #061461

Color information

#061461 (or 0x061461) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 61. RGB value is (6,20,97). Sum of RGB (Red+Green+Blue) = 6+20+97=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #061461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061461 is #F9EB9E. Grayscale: #181818. Windows color (decimal): -16378783 or 6362118. OLE color: 6362118.

HSL color Cylindrical-coordinate representation of color #061461: hue angle of 230.77º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061461 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB62097-
CMYK0.940.7900.62
HSL230.77º88.35%20.2%-
HSV(B)230.77º93.81%38.04%-
XYZ2.481.411.45-
YUV24.59168.86114.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 97 (38.28% from 255) = 78.86%
R=4.88%
G=16.26%
B=78.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal620970.940.7900.62230.7788.3520.2
Hex614615E4F03Ee75814
Octal62414113611707634713024
Binary11010100110000110111101001111011111011100111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061461; }

 p { color: rgb(6,20,97); }

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

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

 a { background-color: rgb(6,20,97); }

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

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

 span { border-color: rgb(6,20,97); }

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