Html Css Color HEX #07129E New Midnight Blue

📋 copy color: '#07129E'

red 7 ◦ green 18 ◦ blue 158

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

Shades of New Midnight Blue #07129E

Tints of New Midnight Blue #07129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

 BLUE value IS 158 (62.11% from 255) = 86.34%

R = 3.83%
G = 9.84%
B = 86.34%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07129E (or 0x07129E) is known color: New Midnight Blue. HEX triplet: 07, 12 and 9E. RGB value is (7,18,158). Sum of RGB (Red+Green+Blue) = 7+18+158=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 158 (62.11% from 255 or 86.34% from 183); Max value from RGB is 158 - color contains mainly: blue. Hex color #07129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07129E is #F8ED61. Grayscale: #1E1E1E. Windows color (decimal): -16313698 or 10359303. OLE color: 10359303.

HSL color Cylindrical-coordinate representation of color #07129E: hue angle of 235.63º degrees, saturation: 0.92, 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 #07129E is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 18 158 -
CMYK 0.96 0.89 0 0.38
HSL 235.63º 0.92% 0.32% -
HSV(B) 235.63º 0.96% 0.62% -
XYZ 6.48 2.95 32.58 -
YUV 30.67 199.86 111.12 -
System Red Green Blue C M Y K H S L
Decimal 7 18 158 0.96 0.89 0 0.38 235.63 0.92 0.32
Hex 7 12 9E 60 59 0 26 EC 5C 20
Octal 7 22 236 140 131 0 46 354 134 40
Binary 111 10010 10011110 1100000 1011001 0 100110 11101100 1011100 100000

Color Harmonies of #07129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07129E

Black with #07129E

Text Example


Text Example

White with #07129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07129E; }

 p { color: rgb(7,18,158); }

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

background-color css

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

 a { background-color: rgb(7,18,158); }

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

border-color css

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

 span { border-color: rgb(7,18,158); }

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