Html Css Color HEX #020499 New Midnight Blue

📋 copy color: '#020499'

red 2 ◦ green 4 ◦ blue 153

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

Shades of New Midnight Blue #020499

Tints of New Midnight Blue #020499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 153 (60.16% from 255) = 96.23%

R = 1.26%
G = 2.52%
B = 96.23%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#020499 (or 0x020499) is known color: New Midnight Blue. HEX triplet: 02, 04 and 99. RGB value is (2,4,153). Sum of RGB (Red+Green+Blue) = 2+4+153=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 153 (60.16% from 255 or 96.23% from 159); Max value from RGB is 153 - color contains mainly: blue. Hex color #020499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020499 is #FDFB66. Grayscale: #131313. Windows color (decimal): -16644967 or 10028034. OLE color: 10028034.

HSL color Cylindrical-coordinate representation of color #020499: hue angle of 239.21º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020499 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 4 153 -
CMYK 0.99 0.97 0 0.4
HSL 239.21º 0.97% 0.3% -
HSV(B) 239.21º 0.99% 0.6% -
XYZ 5.82 2.4 30.29 -
YUV 20.39 202.84 114.88 -
System Red Green Blue C M Y K H S L
Decimal 2 4 153 0.99 0.97 0 0.4 239.21 0.97 0.3
Hex 2 4 99 63 61 0 28 EF 61 1E
Octal 2 4 231 143 141 0 50 357 141 36
Binary 10 100 10011001 1100011 1100001 0 101000 11101111 1100001 11110

Color Harmonies of #020499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020499

Black with #020499

Text Example


Text Example

White with #020499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020499; }

 p { color: rgb(2,4,153); }

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

background-color css

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

 a { background-color: rgb(2,4,153); }

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

border-color css

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

 span { border-color: rgb(2,4,153); }

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