Html Css Color HEX #07139D New Midnight Blue

📋 copy color: '#07139D'

red 7 ◦ green 19 ◦ blue 157

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

Shades of New Midnight Blue #07139D

Tints of New Midnight Blue #07139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 3.83%
G = 10.38%
B = 85.79%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07139D (or 0x07139D) is known color: New Midnight Blue. HEX triplet: 07, 13 and 9D. RGB value is (7,19,157). Sum of RGB (Red+Green+Blue) = 7+19+157=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #07139D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07139D is #F8EC62. Grayscale: #1E1E1E. Windows color (decimal): -16313443 or 10294023. OLE color: 10294023.

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

Color convert

RGB 7 19 157 -
CMYK 0.96 0.88 0 0.38
HSL 235.2º 0.91% 0.32% -
HSV(B) 235.2º 0.96% 0.62% -
XYZ 6.41 2.95 32.13 -
YUV 31.14 199.02 110.78 -
System Red Green Blue C M Y K H S L
Decimal 7 19 157 0.96 0.88 0 0.38 235.2 0.91 0.32
Hex 7 13 9D 60 58 0 26 EB 5B 20
Octal 7 23 235 140 130 0 46 353 133 40
Binary 111 10011 10011101 1100000 1011000 0 100110 11101011 1011011 100000

Color Harmonies of #07139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07139D

Black with #07139D

Text Example


Text Example

White with #07139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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