Html Css Color HEX #070095 New Midnight Blue

📋 copy color: '#070095'

red 7 ◦ green 0 ◦ blue 149

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

Shades of New Midnight Blue #070095

Tints of New Midnight Blue #070095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 95.51%

R = 4.49%
G = 0%
B = 95.51%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#070095 (or 0x070095) is known color: New Midnight Blue. HEX triplet: 07, 00 and 95. RGB value is (7,0,149). Sum of RGB (Red+Green+Blue) = 7+0+149=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 149 (58.59% from 255 or 95.51% from 156); Max value from RGB is 149 - color contains mainly: blue. Hex color #070095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070095 is #F8FF6A. Grayscale: #121212. Windows color (decimal): -16318315 or 9764871. OLE color: 9764871.

HSL color Cylindrical-coordinate representation of color #070095: hue angle of 242.82º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070095 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 0 149 -
CMYK 0.95 1 0 0.42
HSL 242.82º 1% 0.29% -
HSV(B) 242.82º 1% 0.58% -
XYZ 5.51 2.22 28.57 -
YUV 19.08 201.32 119.38 -
System Red Green Blue C M Y K H S L
Decimal 7 0 149 0.95 1 0 0.42 242.82 1 0.29
Hex 7 0 95 5F 64 0 2A F3 64 1D
Octal 7 0 225 137 144 0 52 363 144 35
Binary 111 0 10010101 1011111 1100100 0 101010 11110011 1100100 11101

Color Harmonies of #070095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070095

Black with #070095

Text Example


Text Example

White with #070095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070095; }

 p { color: rgb(7,0,149); }

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

background-color css

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

 a { background-color: rgb(7,0,149); }

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

border-color css

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

 span { border-color: rgb(7,0,149); }

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