#061E70

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

Shades of Sapphire #061E70

Tints of Sapphire #061E70

Color information

#061E70 (or 0x061E70) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 70. RGB value is (6,30,112). Sum of RGB (Red+Green+Blue) = 6+30+112=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #061E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E70 is #F9E18F. Grayscale: #1F1F1F. Windows color (decimal): -16376208 or 7347718. OLE color: 7347718.

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

Color convert

RGB630112-
CMYK0.950.7300.56
HSL226.42º89.83%23.14%-
HSV(B)226.42º94.64%43.92%-
XYZ3.462.1415.56-
YUV32.17173.05109.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 30 (12.11% from 255) = 20.27%
BLUE value IS 112 (44.14% from 255) = 75.68%
R=4.05%
G=20.27%
B=75.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6301120.950.7300.56226.4289.8323.14
Hex61E705F49038e25a17
Octal63616013711107034213227
Binary11011110111000010111111001001011100011100010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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