#061D70

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

Shades of Sapphire #061D70

Tints of Sapphire #061D70

Color information

#061D70 (or 0x061D70) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 70. RGB value is (6,29,112). Sum of RGB (Red+Green+Blue) = 6+29+112=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #061D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D70 is #F9E28F. Grayscale: #1F1F1F. Windows color (decimal): -16376464 or 7347462. OLE color: 7347462.

HSL color Cylindrical-coordinate representation of color #061D70: hue angle of 226.98º 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 #061D70 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB629112-
CMYK0.950.7400.56
HSL226.98º89.83%23.14%-
HSV(B)226.98º94.64%43.92%-
XYZ3.442.0915.55-
YUV31.58173.38109.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 112 (44.14% from 255) = 76.19%
R=4.08%
G=19.73%
B=76.19%

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
Decimal6291120.950.7400.56226.9889.8323.14
Hex61D705F4A038e35a17
Octal63516013711207034313227
Binary11011101111000010111111001010011100011100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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