Html Css Color HEX #02179D New Midnight Blue

📋 copy color: '#02179D'

red 2 ◦ green 23 ◦ blue 157

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

Shades of New Midnight Blue #02179D

Tints of New Midnight Blue #02179D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.64%

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

R = 1.1%
G = 12.64%
B = 86.26%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02179D (or 0x02179D) is known color: New Midnight Blue. HEX triplet: 02, 17 and 9D. RGB value is (2,23,157). Sum of RGB (Red+Green+Blue) = 2+23+157=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 157 (61.72% from 255 or 86.26% from 182); Max value from RGB is 157 - color contains mainly: blue. Hex color #02179D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02179D is #FDE862. Grayscale: #1F1F1F. Windows color (decimal): -16640099 or 10295042. OLE color: 10295042.

HSL color Cylindrical-coordinate representation of color #02179D: hue angle of 231.87º 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 #02179D is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 23 157 -
CMYK 0.99 0.85 0 0.38
HSL 231.87º 0.97% 0.31% -
HSV(B) 231.87º 0.99% 0.62% -
XYZ 6.42 3.06 32.15 -
YUV 32 198.54 106.6 -
System Red Green Blue C M Y K H S L
Decimal 2 23 157 0.99 0.85 0 0.38 231.87 0.97 0.31
Hex 2 17 9D 63 55 0 26 E8 61 1F
Octal 2 27 235 143 125 0 46 350 141 37
Binary 10 10111 10011101 1100011 1010101 0 100110 11101000 1100001 11111

Color Harmonies of #02179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02179D

Black with #02179D

Text Example


Text Example

White with #02179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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