Html Css Color HEX #070198 New Midnight Blue

📋 copy color: '#070198'

red 7 ◦ green 1 ◦ blue 152

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

Shades of New Midnight Blue #070198

Tints of New Midnight Blue #070198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 95%

R = 4.38%
G = 0.63%
B = 95%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#070198 (or 0x070198) is known color: New Midnight Blue. HEX triplet: 07, 01 and 98. RGB value is (7,1,152). Sum of RGB (Red+Green+Blue) = 7+1+152=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 152 (59.77% from 255 or 95% from 160); Max value from RGB is 152 - color contains mainly: blue. Hex color #070198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070198 is #F8FE67. Grayscale: #131313. Windows color (decimal): -16318056 or 9961735. OLE color: 9961735.

HSL color Cylindrical-coordinate representation of color #070198: hue angle of 242.38º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070198 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 1 152 -
CMYK 0.95 0.99 0 0.40
HSL 242.38º 0.99% 0.3% -
HSV(B) 242.38º 0.99% 0.6% -
XYZ 5.77 2.33 29.85 -
YUV 20.01 202.49 118.72 -
System Red Green Blue C M Y K H S L
Decimal 7 1 152 0.95 0.99 0 0.40 242.38 0.99 0.3
Hex 7 1 98 5F 63 0 28 F2 63 1E
Octal 7 1 230 137 143 0 50 362 143 36
Binary 111 1 10011000 1011111 1100011 0 101000 11110010 1100011 11110

Color Harmonies of #070198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070198

Black with #070198

Text Example


Text Example

White with #070198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070198; }

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

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

background-color css

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

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

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

border-color css

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

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

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