Html Css Color HEX #07029B New Midnight Blue

📋 copy color: '#07029B'

red 7 ◦ green 2 ◦ blue 155

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

Shades of New Midnight Blue #07029B

Tints of New Midnight Blue #07029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 94.51%

R = 4.27%
G = 1.22%
B = 94.51%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07029B (or 0x07029B) is known color: New Midnight Blue. HEX triplet: 07, 02 and 9B. RGB value is (7,2,155). Sum of RGB (Red+Green+Blue) = 7+2+155=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 155 (60.94% from 255 or 94.51% from 164); Max value from RGB is 155 - color contains mainly: blue. Hex color #07029B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07029B is #F8FD64. Grayscale: #141414. Windows color (decimal): -16317797 or 10158599. OLE color: 10158599.

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

Color convert

RGB 7 2 155 -
CMYK 0.95 0.99 0 0.39
HSL 241.96º 0.97% 0.31% -
HSV(B) 241.96º 0.99% 0.61% -
XYZ 6.03 2.46 31.17 -
YUV 20.94 203.66 118.06 -
System Red Green Blue C M Y K H S L
Decimal 7 2 155 0.95 0.99 0 0.39 241.96 0.97 0.31
Hex 7 2 9B 5F 63 0 27 F2 61 1F
Octal 7 2 233 137 143 0 47 362 141 37
Binary 111 10 10011011 1011111 1100011 0 100111 11110010 1100001 11111

Color Harmonies of #07029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07029B

Black with #07029B

Text Example


Text Example

White with #07029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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