Html Css Color HEX #07039B New Midnight Blue

📋 copy color: '#07039B'

red 7 ◦ green 3 ◦ blue 155

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

Shades of New Midnight Blue #07039B

Tints of New Midnight Blue #07039B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.82%

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

R = 4.24%
G = 1.82%
B = 93.94%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07039B (or 0x07039B) is known color: New Midnight Blue. HEX triplet: 07, 03 and 9B. RGB value is (7,3,155). Sum of RGB (Red+Green+Blue) = 7+3+155=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 155 (60.94% from 255 or 93.94% from 165); Max value from RGB is 155 - color contains mainly: blue. Hex color #07039B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07039B is #F8FC64. Grayscale: #141414. Windows color (decimal): -16317541 or 10158855. OLE color: 10158855.

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

Color convert

RGB 7 3 155 -
CMYK 0.95 0.98 0 0.39
HSL 241.58º 0.96% 0.31% -
HSV(B) 241.58º 0.98% 0.61% -
XYZ 6.04 2.48 31.17 -
YUV 21.52 203.33 117.64 -
System Red Green Blue C M Y K H S L
Decimal 7 3 155 0.95 0.98 0 0.39 241.58 0.96 0.31
Hex 7 3 9B 5F 62 0 27 F2 60 1F
Octal 7 3 233 137 142 0 47 362 140 37
Binary 111 11 10011011 1011111 1100010 0 100111 11110010 1100000 11111

Color Harmonies of #07039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07039B

Black with #07039B

Text Example


Text Example

White with #07039B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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