Html Css Color HEX #07029D New Midnight Blue

📋 copy color: '#07029D'

red 7 ◦ green 2 ◦ blue 157

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

Shades of New Midnight Blue #07029D

Tints of New Midnight Blue #07029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 4.22%
G = 1.2%
B = 94.58%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07029D (or 0x07029D) is known color: New Midnight Blue. HEX triplet: 07, 02 and 9D. RGB value is (7,2,157). Sum of RGB (Red+Green+Blue) = 7+2+157=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 157 (61.72% from 255 or 94.58% from 166); Max value from RGB is 157 - color contains mainly: blue. Hex color #07029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07029D is #F8FD62. Grayscale: #141414. Windows color (decimal): -16317795 or 10289671. OLE color: 10289671.

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

Color convert

RGB 7 2 157 -
CMYK 0.96 0.99 0 0.38
HSL 241.94º 0.97% 0.31% -
HSV(B) 241.94º 0.99% 0.62% -
XYZ 6.2 2.52 32.06 -
YUV 21.17 204.66 117.9 -
System Red Green Blue C M Y K H S L
Decimal 7 2 157 0.96 0.99 0 0.38 241.94 0.97 0.31
Hex 7 2 9D 60 63 0 26 F2 61 1F
Octal 7 2 235 140 143 0 46 362 141 37
Binary 111 10 10011101 1100000 1100011 0 100110 11110010 1100001 11111

Color Harmonies of #07029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07029D

Black with #07029D

Text Example


Text Example

White with #07029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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