Html Css Color HEX #02079D New Midnight Blue

📋 copy color: '#02079D'

red 2 ◦ green 7 ◦ blue 157

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

Shades of New Midnight Blue #02079D

Tints of New Midnight Blue #02079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 94.58%

R = 1.2%
G = 4.22%
B = 94.58%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02079D (or 0x02079D) is known color: New Midnight Blue. HEX triplet: 02, 07 and 9D. RGB value is (2,7,157). Sum of RGB (Red+Green+Blue) = 2+7+157=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 157 (61.72% from 255 or 94.58% from 166); Max value from RGB is 157 - color contains mainly: blue. Hex color #02079D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02079D is #FDF862. Grayscale: #161616. Windows color (decimal): -16644195 or 10290946. OLE color: 10290946.

HSL color Cylindrical-coordinate representation of color #02079D: hue angle of 238.06º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02079D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 7 157 -
CMYK 0.99 0.96 0 0.38
HSL 238.06º 0.97% 0.31% -
HSV(B) 238.06º 0.99% 0.62% -
XYZ 6.19 2.6 32.07 -
YUV 22.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 2 7 157 0.99 0.96 0 0.38 238.06 0.97 0.31
Hex 2 7 9D 63 60 0 26 EE 61 1F
Octal 2 7 235 143 140 0 46 356 141 37
Binary 10 111 10011101 1100011 1100000 0 100110 11101110 1100001 11111

Color Harmonies of #02079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02079D

Black with #02079D

Text Example


Text Example

White with #02079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02079D; }

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

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

background-color css

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

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

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

border-color css

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

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

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