#061861

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

Shades of Sapphire #061861

Tints of Sapphire #061861

Color information

#061861 (or 0x061861) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 61. RGB value is (6,24,97). Sum of RGB (Red+Green+Blue) = 6+24+97=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #061861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061861 is #F9E79E. Grayscale: #1A1A1A. Windows color (decimal): -16377759 or 6363142. OLE color: 6363142.

HSL color Cylindrical-coordinate representation of color #061861: hue angle of 228.13º 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 #061861 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB62497-
CMYK0.940.7500.62
HSL228.13º88.35%20.2%-
HSV(B)228.13º93.81%38.04%-
XYZ2.561.5611.47-
YUV26.94167.54113.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 97 (38.28% from 255) = 76.38%
R=4.72%
G=18.90%
B=76.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal624970.940.7500.62228.1388.3520.2
Hex618615E4B03Ee45814
Octal63014113611307634413024
Binary11011000110000110111101001011011111011100100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061861; }

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

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

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

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

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

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

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

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