Html Css Color HEX #000793 Dark Blue

📋 copy color: '#000793'

red 0 ◦ green 7 ◦ blue 147

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

Shades of Dark Blue #000793

Tints of Dark Blue #000793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 95.45%

R = 0%
G = 4.55%
B = 95.45%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#000793 (or 0x000793) is known color: Dark Blue. HEX triplet: 00, 07 and 93. RGB value is (0,7,147). Sum of RGB (Red+Green+Blue) = 0+7+147=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 147 (57.81% from 255 or 95.45% from 154); Max value from RGB is 147 - color contains mainly: blue. Hex color #000793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000793 is #FFF86C. Grayscale: #141414. Windows color (decimal): -16775277 or 9635584. OLE color: 9635584.

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

Color convert

RGB 0 7 147 -
CMYK 1 0.95 0 0.42
HSL 237.14º 1% 0.29% -
HSV(B) 237.14º 1% 0.58% -
XYZ 5.34 2.26 27.76 -
YUV 20.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 0 7 147 1 0.95 0 0.42 237.14 1 0.29
Hex 0 7 93 64 5F 0 2A ED 64 1D
Octal 0 7 223 144 137 0 52 355 144 35
Binary 0 111 10010011 1100100 1011111 0 101010 11101101 1100100 11101

Color Harmonies of #000793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000793

Black with #000793

Text Example


Text Example

White with #000793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000793; }

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

 H1.HeaderClassName
 {
   color: #000793;
 }
 .AnyTagClassName
 {
   color: #000793;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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