Html Css Color HEX #020D9F New Midnight Blue

📋 copy color: '#020D9F'

red 2 ◦ green 13 ◦ blue 159

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

Shades of New Midnight Blue #020D9F

Tints of New Midnight Blue #020D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 91.38%

R = 1.15%
G = 7.47%
B = 91.38%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#020D9F (or 0x020D9F) is known color: New Midnight Blue. HEX triplet: 02, 0D and 9F. RGB value is (2,13,159). Sum of RGB (Red+Green+Blue) = 2+13+159=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 159 (62.5% from 255 or 91.38% from 174); Max value from RGB is 159 - color contains mainly: blue. Hex color #020D9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D9F is #FDF260. Grayscale: #191919. Windows color (decimal): -16642657 or 10423554. OLE color: 10423554.

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

Color convert

RGB 2 13 159 -
CMYK 0.99 0.92 0 0.38
HSL 235.8º 0.98% 0.32% -
HSV(B) 235.8º 0.99% 0.62% -
XYZ 6.43 2.8 33 -
YUV 26.36 202.86 110.63 -
System Red Green Blue C M Y K H S L
Decimal 2 13 159 0.99 0.92 0 0.38 235.8 0.98 0.32
Hex 2 D 9F 63 5C 0 26 EC 62 20
Octal 2 15 237 143 134 0 46 354 142 40
Binary 10 1101 10011111 1100011 1011100 0 100110 11101100 1100010 100000

Color Harmonies of #020D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D9F

Black with #020D9F

Text Example


Text Example

White with #020D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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