Html Css Color HEX #07197D Midnight Blue

📋 copy color: '#07197D'

red 7 ◦ green 25 ◦ blue 125

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

Shades of Midnight Blue #07197D

Tints of Midnight Blue #07197D

RGB

 RED value IS 7 (3.13% from 255) = 4.46%

 GREEN value IS 25 (10.16% from 255) = 15.92%

 BLUE value IS 125 (49.22% from 255) = 79.62%

R = 4.46%
G = 15.92%
B = 79.62%

CMYK

 C value IS 0.94

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07197D (or 0x07197D) is known color: Midnight Blue. HEX triplet: 07, 19 and 7D. RGB value is (7,25,125). Sum of RGB (Red+Green+Blue) = 7+25+125=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 125 (49.22% from 255 or 79.62% from 157); Max value from RGB is 125 - color contains mainly: blue. Hex color #07197D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07197D is #F8E682. Grayscale: #1E1E1E. Windows color (decimal): -16311939 or 8198407. OLE color: 8198407.

HSL color Cylindrical-coordinate representation of color #07197D: hue angle of 230.85º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07197D is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 25 125 -
CMYK 0.94 0.8 0 0.51
HSL 230.85º 0.89% 0.26% -
HSV(B) 230.85º 0.94% 0.49% -
XYZ 4.14 2.22 19.61 -
YUV 31.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 7 25 125 0.94 0.8 0 0.51 230.85 0.89 0.26
Hex 7 19 7D 5E 50 0 33 E7 59 1A
Octal 7 31 175 136 120 0 63 347 131 32
Binary 111 11001 1111101 1011110 1010000 0 110011 11100111 1011001 11010

Color Harmonies of #07197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07197D

Black with #07197D

Text Example


Text Example

White with #07197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07197D; }

 p { color: rgb(7,25,125); }

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

background-color css

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

 a { background-color: rgb(7,25,125); }

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

border-color css

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

 span { border-color: rgb(7,25,125); }

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