Html Css Color HEX #07139F New Midnight Blue

📋 copy color: '#07139F'

red 7 ◦ green 19 ◦ blue 159

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

Shades of New Midnight Blue #07139F

Tints of New Midnight Blue #07139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 85.95%

R = 3.78%
G = 10.27%
B = 85.95%

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

#07139F (or 0x07139F) is known color: New Midnight Blue. HEX triplet: 07, 13 and 9F. RGB value is (7,19,159). Sum of RGB (Red+Green+Blue) = 7+19+159=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 159 (62.5% from 255 or 85.95% from 185); Max value from RGB is 159 - color contains mainly: blue. Hex color #07139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07139F is #F8EC60. Grayscale: #1E1E1E. Windows color (decimal): -16313441 or 10425095. OLE color: 10425095.

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

Color convert

RGB 7 19 159 -
CMYK 0.96 0.88 0 0.38
HSL 235.26º 0.92% 0.33% -
HSV(B) 235.26º 0.96% 0.62% -
XYZ 6.58 3.01 33.04 -
YUV 31.37 200.02 110.62 -
System Red Green Blue C M Y K H S L
Decimal 7 19 159 0.96 0.88 0 0.38 235.26 0.92 0.33
Hex 7 13 9F 60 58 0 26 EB 5C 21
Octal 7 23 237 140 130 0 46 353 134 41
Binary 111 10011 10011111 1100000 1011000 0 100110 11101011 1011100 100001

Color Harmonies of #07139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07139F

Black with #07139F

Text Example


Text Example

White with #07139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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