Html Css Color HEX #07019B New Midnight Blue

📋 copy color: '#07019B'

red 7 ◦ green 1 ◦ blue 155

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

Shades of New Midnight Blue #07019B

Tints of New Midnight Blue #07019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 4.29%
G = 0.61%
B = 95.09%

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

#07019B (or 0x07019B) is known color: New Midnight Blue. HEX triplet: 07, 01 and 9B. RGB value is (7,1,155). Sum of RGB (Red+Green+Blue) = 7+1+155=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 155 (60.94% from 255 or 95.09% from 163); Max value from RGB is 155 - color contains mainly: blue. Hex color #07019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07019B is #F8FE64. Grayscale: #131313. Windows color (decimal): -16318053 or 10158343. OLE color: 10158343.

HSL color Cylindrical-coordinate representation of color #07019B: hue angle of 242.34º degrees, saturation: 0.99, 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 #07019B is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 1 155 -
CMYK 0.95 0.99 0 0.39
HSL 242.34º 0.99% 0.31% -
HSV(B) 242.34º 0.99% 0.61% -
XYZ 6.01 2.43 31.16 -
YUV 20.35 203.99 118.48 -
System Red Green Blue C M Y K H S L
Decimal 7 1 155 0.95 0.99 0 0.39 242.34 0.99 0.31
Hex 7 1 9B 5F 63 0 27 F2 63 1F
Octal 7 1 233 137 143 0 47 362 143 37
Binary 111 1 10011011 1011111 1100011 0 100111 11110010 1100011 11111

Color Harmonies of #07019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07019B

Black with #07019B

Text Example


Text Example

White with #07019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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