#000791

Color #000791 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #000791

Tints of Dark Blue #000791

Color information

#000791 (or 0x000791) is unknown color: approx Dark Blue. HEX triplet: 00, 07 and 91. RGB value is (0,7,145). Sum of RGB (Red+Green+Blue) = 0+7+145=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 145 (57.03% from 255 or 95.39% from 152); Max value from RGB is 145 - color contains mainly: blue. Hex color #000791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000791 is #FFF86E. Grayscale: #141414. Windows color (decimal): -16775279 or 9504512. OLE color: 9504512.

HSL color Cylindrical-coordinate representation of color #000791: hue angle of 237.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000791 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB07145-
CMYK10.9500.43
HSL237.1º100%28.43%-
HSV(B)237.1º100%56.86%-
XYZ5.192.226.94-
YUV20.64198.18113.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 145 (57.03% from 255) = 95.39%
R=0%
G=4.61%
B=95.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0714510.9500.43237.110028.43
Hex0791645F02Bed641c
Octal0722114413705335514434
Binary01111001000111001001011111010101111101101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000791; }

 p { color: rgb(0,7,145); }

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

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

 a { background-color: rgb(0,7,145); }

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

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

 span { border-color: rgb(0,7,145); }

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