Html Css Color HEX #020794 New Midnight Blue

📋 copy color: '#020794'

red 2 ◦ green 7 ◦ blue 148

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

Shades of New Midnight Blue #020794

Tints of New Midnight Blue #020794

RGB

 RED value IS 2 (1.17% from 255) = 1.27%

 GREEN value IS 7 (3.13% from 255) = 4.46%

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

R = 1.27%
G = 4.46%
B = 94.27%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020794 (or 0x020794) is known color: New Midnight Blue. HEX triplet: 02, 07 and 94. RGB value is (2,7,148). Sum of RGB (Red+Green+Blue) = 2+7+148=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 148 (58.20% from 255 or 94.27% from 157); Max value from RGB is 148 - color contains mainly: blue. Hex color #020794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020794 is #FDF86B. Grayscale: #151515. Windows color (decimal): -16644204 or 9701122. OLE color: 9701122.

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

Color convert

RGB 2 7 148 -
CMYK 0.99 0.95 0 0.42
HSL 237.95º 0.97% 0.29% -
HSV(B) 237.95º 0.99% 0.58% -
XYZ 5.45 2.3 28.17 -
YUV 21.58 199.34 114.04 -
System Red Green Blue C M Y K H S L
Decimal 2 7 148 0.99 0.95 0 0.42 237.95 0.97 0.29
Hex 2 7 94 63 5F 0 2A EE 61 1D
Octal 2 7 224 143 137 0 52 356 141 35
Binary 10 111 10010100 1100011 1011111 0 101010 11101110 1100001 11101

Color Harmonies of #020794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020794

Black with #020794

Text Example


Text Example

White with #020794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020794; }

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

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

background-color css

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

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

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

border-color css

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

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

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