#061D6B

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

Shades of Sapphire #061D6B

Tints of Sapphire #061D6B

Color information

#061D6B (or 0x061D6B) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 6B. RGB value is (6,29,107). Sum of RGB (Red+Green+Blue) = 6+29+107=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 107 (42.19% from 255 or 75.35% from 142); Max value from RGB is 107 - color contains mainly: blue. Hex color #061D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D6B is #F9E294. Grayscale: #1E1E1E. Windows color (decimal): -16376469 or 7019782. OLE color: 7019782.

HSL color Cylindrical-coordinate representation of color #061D6B: hue angle of 226.34º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061D6B is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB629107-
CMYK0.940.7300.58
HSL226.34º89.38%22.16%-
HSV(B)226.34º94.39%41.96%-
XYZ3.171.9814.12-
YUV31.02170.88110.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 29 (11.72% from 255) = 20.42%
BLUE value IS 107 (42.19% from 255) = 75.35%
R=4.23%
G=20.42%
B=75.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6291070.940.7300.58226.3489.3822.16
Hex61D6B5E4903Ae25916
Octal63515313611107234213126
Binary11011101110101110111101001001011101011100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,29,107); }

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

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

 a { background-color: rgb(6,29,107); }

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

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

 span { border-color: rgb(6,29,107); }

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