Html Css Color HEX #07049D New Midnight Blue

📋 copy color: '#07049D'

red 7 ◦ green 4 ◦ blue 157

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

Shades of New Midnight Blue #07049D

Tints of New Midnight Blue #07049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

 BLUE value IS 157 (61.72% from 255) = 93.45%

R = 4.17%
G = 2.38%
B = 93.45%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07049D (or 0x07049D) is known color: New Midnight Blue. HEX triplet: 07, 04 and 9D. RGB value is (7,4,157). Sum of RGB (Red+Green+Blue) = 7+4+157=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 157 (61.72% from 255 or 93.45% from 168); Max value from RGB is 157 - color contains mainly: blue. Hex color #07049D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07049D is #F8FB62. Grayscale: #151515. Windows color (decimal): -16317283 or 10290183. OLE color: 10290183.

HSL color Cylindrical-coordinate representation of color #07049D: hue angle of 241.18º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07049D is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 4 157 -
CMYK 0.96 0.97 0 0.38
HSL 241.18º 0.95% 0.32% -
HSV(B) 241.18º 0.97% 0.62% -
XYZ 6.22 2.57 32.07 -
YUV 22.34 203.99 117.06 -
System Red Green Blue C M Y K H S L
Decimal 7 4 157 0.96 0.97 0 0.38 241.18 0.95 0.32
Hex 7 4 9D 60 61 0 26 F1 5F 20
Octal 7 4 235 140 141 0 46 361 137 40
Binary 111 100 10011101 1100000 1100001 0 100110 11110001 1011111 100000

Color Harmonies of #07049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07049D

Black with #07049D

Text Example


Text Example

White with #07049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,4,157); }

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

background-color css

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

 a { background-color: rgb(7,4,157); }

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

border-color css

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

 span { border-color: rgb(7,4,157); }

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