#061E78

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

Shades of Sapphire #061E78

Tints of Sapphire #061E78

Color information

#061E78 (or 0x061E78) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 78. RGB value is (6,30,120). Sum of RGB (Red+Green+Blue) = 6+30+120=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #061E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E78 is #F9E187. Grayscale: #202020. Windows color (decimal): -16376200 or 7872006. OLE color: 7872006.

HSL color Cylindrical-coordinate representation of color #061E78: hue angle of 227.37º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061E78 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB630120-
CMYK0.950.7500.53
HSL227.37º90.48%24.71%-
HSV(B)227.37º95%47.06%-
XYZ3.932.3218.01-
YUV33.08177.05108.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 120 (47.27% from 255) = 76.92%
R=3.85%
G=19.23%
B=76.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6301200.950.7500.53227.3790.4824.71
Hex61E785F4B035e35a19
Octal63617013711306534313231
Binary11011110111100010111111001011011010111100011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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