#061D7F

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

Shades of Sapphire #061D7F

Tints of Sapphire #061D7F

Color information

#061D7F (or 0x061D7F) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 7F. RGB value is (6,29,127). Sum of RGB (Red+Green+Blue) = 6+29+127=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 127 (50% from 255 or 78.40% from 162); Max value from RGB is 127 - color contains mainly: blue. Hex color #061D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D7F is #F9E280. Grayscale: #202020. Windows color (decimal): -16376449 or 8330502. OLE color: 8330502.

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

Color convert

RGB629127-
CMYK0.950.7700.50
HSL228.6º90.98%26.08%-
HSV(B)228.6º95.28%49.8%-
XYZ4.352.4520.32-
YUV33.3180.88108.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 29 (11.72% from 255) = 17.90%
BLUE value IS 127 (50% from 255) = 78.40%
R=3.70%
G=17.90%
B=78.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6291270.950.7700.50228.690.9826.08
Hex61D7F5F4D032e55b1a
Octal63517713711506234513332
Binary11011101111111110111111001101011001011100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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