Html Css Color HEX #070298 New Midnight Blue

📋 copy color: '#070298'

red 7 ◦ green 2 ◦ blue 152

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

Shades of New Midnight Blue #070298

Tints of New Midnight Blue #070298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

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

R = 4.35%
G = 1.24%
B = 94.41%

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

#070298 (or 0x070298) is known color: New Midnight Blue. HEX triplet: 07, 02 and 98. RGB value is (7,2,152). Sum of RGB (Red+Green+Blue) = 7+2+152=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 152 (59.77% from 255 or 94.41% from 161); Max value from RGB is 152 - color contains mainly: blue. Hex color #070298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070298 is #F8FD67. Grayscale: #141414. Windows color (decimal): -16317800 or 9961991. OLE color: 9961991.

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

Color convert

RGB 7 2 152 -
CMYK 0.95 0.99 0 0.40
HSL 242º 0.97% 0.3% -
HSV(B) 242º 0.99% 0.6% -
XYZ 5.78 2.36 29.86 -
YUV 20.6 202.16 118.3 -
System Red Green Blue C M Y K H S L
Decimal 7 2 152 0.95 0.99 0 0.40 242 0.97 0.3
Hex 7 2 98 5F 63 0 28 F2 61 1E
Octal 7 2 230 137 143 0 50 362 141 36
Binary 111 10 10011000 1011111 1100011 0 101000 11110010 1100001 11110

Color Harmonies of #070298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070298

Black with #070298

Text Example


Text Example

White with #070298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070298; }

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

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

background-color css

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

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

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

border-color css

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

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

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