#061C70

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

Shades of Sapphire #061C70

Tints of Sapphire #061C70

Color information

#061C70 (or 0x061C70) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 70. RGB value is (6,28,112). Sum of RGB (Red+Green+Blue) = 6+28+112=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #061C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C70 is #F9E38F. Grayscale: #1E1E1E. Windows color (decimal): -16376720 or 7347206. OLE color: 7347206.

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

Color convert

RGB628112-
CMYK0.950.7500.56
HSL227.55º89.83%23.14%-
HSV(B)227.55º94.64%43.92%-
XYZ3.412.0415.54-
YUV31173.71110.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 112 (44.14% from 255) = 76.71%
R=4.11%
G=19.18%
B=76.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6281120.950.7500.56227.5589.8323.14
Hex61C705F4B038e45a17
Octal63416013711307034413227
Binary11011100111000010111111001011011100011100100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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