Html Css Color HEX #020594 New Midnight Blue

📋 copy color: '#020594'

red 2 ◦ green 5 ◦ blue 148

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

Shades of New Midnight Blue #020594

Tints of New Midnight Blue #020594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

 BLUE value IS 148 (58.2% from 255) = 95.48%

R = 1.29%
G = 3.23%
B = 95.48%

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

#020594 (or 0x020594) is known color: New Midnight Blue. HEX triplet: 02, 05 and 94. RGB value is (2,5,148). Sum of RGB (Red+Green+Blue) = 2+5+148=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 148 (58.20% from 255 or 95.48% from 155); Max value from RGB is 148 - color contains mainly: blue. Hex color #020594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020594 is #FDFA6B. Grayscale: #131313. Windows color (decimal): -16644716 or 9700610. OLE color: 9700610.

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

Color convert

RGB 2 5 148 -
CMYK 0.99 0.97 0 0.42
HSL 238.77º 0.97% 0.29% -
HSV(B) 238.77º 0.99% 0.58% -
XYZ 5.42 2.26 28.17 -
YUV 20.41 200.01 114.87 -
System Red Green Blue C M Y K H S L
Decimal 2 5 148 0.99 0.97 0 0.42 238.77 0.97 0.29
Hex 2 5 94 63 61 0 2A EF 61 1D
Octal 2 5 224 143 141 0 52 357 141 35
Binary 10 101 10010100 1100011 1100001 0 101010 11101111 1100001 11101

Color Harmonies of #020594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020594

Black with #020594

Text Example


Text Example

White with #020594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020594; }

 p { color: rgb(2,5,148); }

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

background-color css

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

 a { background-color: rgb(2,5,148); }

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

border-color css

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

 span { border-color: rgb(2,5,148); }

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