#061A63

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

Shades of Sapphire #061A63

Tints of Sapphire #061A63

Color information

#061A63 (or 0x061A63) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 63. RGB value is (6,26,99). Sum of RGB (Red+Green+Blue) = 6+26+99=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #061A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A63 is #F9E59C. Grayscale: #1C1C1C. Windows color (decimal): -16377245 or 6494726. OLE color: 6494726.

HSL color Cylindrical-coordinate representation of color #061A63: hue angle of 227.1º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061A63 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB62699-
CMYK0.940.7400.61
HSL227.1º88.57%20.59%-
HSV(B)227.1º93.94%38.82%-
XYZ2.71.6811.99-
YUV28.34167.87112.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 99 (39.06% from 255) = 75.57%
R=4.58%
G=19.85%
B=75.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal626990.940.7400.61227.188.5720.59
Hex61A635E4A03De35915
Octal63214313611207534313125
Binary11011010110001110111101001010011110111100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,26,99); }

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

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

 a { background-color: rgb(6,26,99); }

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

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

 span { border-color: rgb(6,26,99); }

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