#061D71

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

Shades of Sapphire #061D71

Tints of Sapphire #061D71

Color information

#061D71 (or 0x061D71) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 71. RGB value is (6,29,113). Sum of RGB (Red+Green+Blue) = 6+29+113=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #061D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D71 is #F9E28E. Grayscale: #1F1F1F. Windows color (decimal): -16376463 or 7412998. OLE color: 7412998.

HSL color Cylindrical-coordinate representation of color #061D71: hue angle of 227.1º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061D71 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB629113-
CMYK0.950.7400.56
HSL227.1º89.92%23.33%-
HSV(B)227.1º94.69%44.31%-
XYZ3.52.1115.85-
YUV31.7173.88109.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 113 (44.53% from 255) = 76.35%
R=4.05%
G=19.59%
B=76.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6291130.950.7400.56227.189.9223.33
Hex61D715F4A038e35a17
Octal63516113711207034313227
Binary11011101111000110111111001010011100011100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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