#061A62

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

Shades of Sapphire #061A62

Tints of Sapphire #061A62

Color information

#061A62 (or 0x061A62) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 62. RGB value is (6,26,98). Sum of RGB (Red+Green+Blue) = 6+26+98=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 98 (38.67% from 255 or 75.38% from 130); Max value from RGB is 98 - color contains mainly: blue. Hex color #061A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A62 is #F9E59D. Grayscale: #1B1B1B. Windows color (decimal): -16377246 or 6429190. OLE color: 6429190.

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

Color convert

RGB62698-
CMYK0.940.7300.62
HSL226.96º88.46%20.39%-
HSV(B)226.96º93.88%38.43%-
XYZ2.651.6611.74-
YUV28.23167.37112.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 98 (38.67% from 255) = 75.38%
R=4.62%
G=20%
B=75.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal626980.940.7300.62226.9688.4620.39
Hex61A625E4903Ee35814
Octal63214213611107634313024
Binary11011010110001010111101001001011111011100011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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