Html Css Color HEX #070094 New Midnight Blue

📋 copy color: '#070094'

red 7 ◦ green 0 ◦ blue 148

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

Shades of New Midnight Blue #070094

Tints of New Midnight Blue #070094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 95.48%

R = 4.52%
G = 0%
B = 95.48%

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

#070094 (or 0x070094) is known color: New Midnight Blue. HEX triplet: 07, 00 and 94. RGB value is (7,0,148). Sum of RGB (Red+Green+Blue) = 7+0+148=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 148 (58.20% from 255 or 95.48% from 155); Max value from RGB is 148 - color contains mainly: blue. Hex color #070094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070094 is #F8FF6B. Grayscale: #121212. Windows color (decimal): -16318316 or 9699335. OLE color: 9699335.

HSL color Cylindrical-coordinate representation of color #070094: hue angle of 242.84º 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 #070094 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 0 148 -
CMYK 0.95 1 0 0.42
HSL 242.84º 1% 0.29% -
HSV(B) 242.84º 1% 0.58% -
XYZ 5.43 2.18 28.15 -
YUV 18.97 200.82 119.47 -
System Red Green Blue C M Y K H S L
Decimal 7 0 148 0.95 1 0 0.42 242.84 1 0.29
Hex 7 0 94 5F 64 0 2A F3 64 1D
Octal 7 0 224 137 144 0 52 363 144 35
Binary 111 0 10010100 1011111 1100100 0 101010 11110011 1100100 11101

Color Harmonies of #070094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070094

Black with #070094

Text Example


Text Example

White with #070094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070094; }

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

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

background-color css

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

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

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

border-color css

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

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

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