Html Css Color HEX #020DA4 New Midnight Blue

📋 copy color: '#020DA4'

red 2 ◦ green 13 ◦ blue 164

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

Shades of New Midnight Blue #020DA4

Tints of New Midnight Blue #020DA4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.26%

 BLUE value IS 164 (64.45% from 255) = 91.62%

R = 1.12%
G = 7.26%
B = 91.62%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#020DA4 (or 0x020DA4) is known color: New Midnight Blue. HEX triplet: 02, 0D and A4. RGB value is (2,13,164). Sum of RGB (Red+Green+Blue) = 2+13+164=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 164 (64.45% from 255 or 91.62% from 179); Max value from RGB is 164 - color contains mainly: blue. Hex color #020DA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020DA4 is #FDF25B. Grayscale: #1A1A1A. Windows color (decimal): -16642652 or 10751234. OLE color: 10751234.

HSL color Cylindrical-coordinate representation of color #020DA4: hue angle of 235.93º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DA4 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 13 164 -
CMYK 0.99 0.92 0 0.36
HSL 235.93º 0.98% 0.33% -
HSV(B) 235.93º 0.99% 0.64% -
XYZ 6.87 2.98 35.34 -
YUV 26.93 205.36 110.22 -
System Red Green Blue C M Y K H S L
Decimal 2 13 164 0.99 0.92 0 0.36 235.93 0.98 0.33
Hex 2 D A4 63 5C 0 24 EC 62 21
Octal 2 15 244 143 134 0 44 354 142 41
Binary 10 1101 10100100 1100011 1011100 0 100100 11101100 1100010 100001

Color Harmonies of #020DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DA4

Black with #020DA4

Text Example


Text Example

White with #020DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020DA4; }

 p { color: rgb(2,13,164); }

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

background-color css

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

 a { background-color: rgb(2,13,164); }

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

border-color css

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

 span { border-color: rgb(2,13,164); }

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