#061D81

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

Shades of Sapphire #061D81

Tints of Sapphire #061D81

Color information

#061D81 (or 0x061D81) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 81. RGB value is (6,29,129). Sum of RGB (Red+Green+Blue) = 6+29+129=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 129 (50.78% from 255 or 78.66% from 164); Max value from RGB is 129 - color contains mainly: blue. Hex color #061D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D81 is #F9E27E. Grayscale: #212121. Windows color (decimal): -16376447 or 8461574. OLE color: 8461574.

HSL color Cylindrical-coordinate representation of color #061D81: hue angle of 228.78º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061D81 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB629129-
CMYK0.950.7800.49
HSL228.78º91.11%26.47%-
HSV(B)228.78º95.35%50.59%-
XYZ4.482.521.02-
YUV33.52181.88108.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 129 (50.78% from 255) = 78.66%
R=3.66%
G=17.68%
B=78.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6291290.950.7800.49228.7891.1126.47
Hex61D815F4E031e55b1a
Octal63520113711606134513332
Binary110111011000000110111111001110011000111100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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