Html Css Color HEX #020495 New Midnight Blue

📋 copy color: '#020495'

red 2 ◦ green 4 ◦ blue 149

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

Shades of New Midnight Blue #020495

Tints of New Midnight Blue #020495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 96.13%

R = 1.29%
G = 2.58%
B = 96.13%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020495 (or 0x020495) is known color: New Midnight Blue. HEX triplet: 02, 04 and 95. RGB value is (2,4,149). Sum of RGB (Red+Green+Blue) = 2+4+149=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 149 (58.59% from 255 or 96.13% from 155); Max value from RGB is 149 - color contains mainly: blue. Hex color #020495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020495 is #FDFB6A. Grayscale: #131313. Windows color (decimal): -16644971 or 9765890. OLE color: 9765890.

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

Color convert

RGB 2 4 149 -
CMYK 0.99 0.97 0 0.42
HSL 239.18º 0.97% 0.3% -
HSV(B) 239.18º 0.99% 0.58% -
XYZ 5.49 2.27 28.58 -
YUV 19.93 200.84 115.21 -
System Red Green Blue C M Y K H S L
Decimal 2 4 149 0.99 0.97 0 0.42 239.18 0.97 0.3
Hex 2 4 95 63 61 0 2A EF 61 1E
Octal 2 4 225 143 141 0 52 357 141 36
Binary 10 100 10010101 1100011 1100001 0 101010 11101111 1100001 11110

Color Harmonies of #020495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020495

Black with #020495

Text Example


Text Example

White with #020495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020495; }

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

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

background-color css

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

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

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

border-color css

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

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

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