Html Css Color HEX #000791 Dark Blue

📋 copy color: '#000791'

red 0 ◦ green 7 ◦ blue 145

#000791
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #000791

Tints of Dark Blue #000791

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 4.61%

 BLUE value IS 145 (57.03% from 255) = 95.39%

R = 0%
G = 4.61%
B = 95.39%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#000791 (or 0x000791) is known color: 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

RGB 0 7 145 -
CMYK 1 0.95 0 0.43
HSL 237.1º 1% 0.28% -
HSV(B) 237.1º 1% 0.57% -
XYZ 5.19 2.2 26.94 -
YUV 20.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 0 7 145 1 0.95 0 0.43 237.1 1 0.28
Hex 0 7 91 64 5F 0 2B ED 64 1C
Octal 0 7 221 144 137 0 53 355 144 34
Binary 0 111 10010001 1100100 1011111 0 101011 11101101 1100100 11100

Color Harmonies of #000791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000791

Black with #000791

Text Example


Text Example

White with #000791

Text Example


Text Example

HTML Codes & Css Web 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>