Html Css Color HEX #020498 New Midnight Blue

📋 copy color: '#020498'

red 2 ◦ green 4 ◦ blue 152

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

Shades of New Midnight Blue #020498

Tints of New Midnight Blue #020498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 96.2%

R = 1.27%
G = 2.53%
B = 96.2%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#020498 (or 0x020498) is known color: New Midnight Blue. HEX triplet: 02, 04 and 98. RGB value is (2,4,152). Sum of RGB (Red+Green+Blue) = 2+4+152=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 152 (59.77% from 255 or 96.20% from 158); Max value from RGB is 152 - color contains mainly: blue. Hex color #020498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020498 is #FDFB67. Grayscale: #131313. Windows color (decimal): -16644968 or 9962498. OLE color: 9962498.

HSL color Cylindrical-coordinate representation of color #020498: hue angle of 239.2º 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 #020498 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 4 152 -
CMYK 0.99 0.97 0 0.40
HSL 239.2º 0.97% 0.3% -
HSV(B) 239.2º 0.99% 0.6% -
XYZ 5.74 2.37 29.86 -
YUV 20.27 202.34 114.97 -
System Red Green Blue C M Y K H S L
Decimal 2 4 152 0.99 0.97 0 0.40 239.2 0.97 0.3
Hex 2 4 98 63 61 0 28 EF 61 1E
Octal 2 4 230 143 141 0 50 357 141 36
Binary 10 100 10011000 1100011 1100001 0 101000 11101111 1100001 11110

Color Harmonies of #020498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020498

Black with #020498

Text Example


Text Example

White with #020498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020498; }

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

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

background-color css

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

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

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

border-color css

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

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

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