Html Css Color HEX #07129F New Midnight Blue

📋 copy color: '#07129F'

red 7 ◦ green 18 ◦ blue 159

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

Shades of New Midnight Blue #07129F

Tints of New Midnight Blue #07129F

RGB

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

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

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

R = 3.8%
G = 9.78%
B = 86.41%

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

#07129F (or 0x07129F) is known color: New Midnight Blue. HEX triplet: 07, 12 and 9F. RGB value is (7,18,159). Sum of RGB (Red+Green+Blue) = 7+18+159=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 159 (62.5% from 255 or 86.41% from 184); Max value from RGB is 159 - color contains mainly: blue. Hex color #07129F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07129F is #F8ED60. Grayscale: #1E1E1E. Windows color (decimal): -16313697 or 10424839. OLE color: 10424839.

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

Color convert

RGB 7 18 159 -
CMYK 0.96 0.89 0 0.38
HSL 235.66º 0.92% 0.33% -
HSV(B) 235.66º 0.96% 0.62% -
XYZ 6.56 2.98 33.03 -
YUV 30.79 200.36 111.04 -
System Red Green Blue C M Y K H S L
Decimal 7 18 159 0.96 0.89 0 0.38 235.66 0.92 0.33
Hex 7 12 9F 60 59 0 26 EC 5C 21
Octal 7 22 237 140 131 0 46 354 134 41
Binary 111 10010 10011111 1100000 1011001 0 100110 11101100 1011100 100001

Color Harmonies of #07129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07129F

Black with #07129F

Text Example


Text Example

White with #07129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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