Html Css Color HEX #020149 Midnight Blue

📋 copy color: '#020149'

red 2 ◦ green 1 ◦ blue 73

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

Shades of Midnight Blue #020149

Tints of Midnight Blue #020149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

 BLUE value IS 73 (28.91% from 255) = 96.05%

R = 2.63%
G = 1.32%
B = 96.05%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#020149 (or 0x020149) is known color: Midnight Blue. HEX triplet: 02, 01 and 49. RGB value is (2,1,73). Sum of RGB (Red+Green+Blue) = 2+1+73=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 73 (28.91% from 255 or 96.05% from 76); Max value from RGB is 73 - color contains mainly: blue. Hex color #020149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020149 is #FDFEB6. Grayscale: #090909. Windows color (decimal): -16645815 or 4784386. OLE color: 4784386.

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

Color convert

RGB 2 1 73 -
CMYK 0.97 0.99 0 0.71
HSL 240.83º 0.97% 0.15% -
HSV(B) 240.83º 0.99% 0.29% -
XYZ 1.24 0.52 6.34 -
YUV 9.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 2 1 73 0.97 0.99 0 0.71 240.83 0.97 0.15
Hex 2 1 49 61 63 0 47 F1 61 F
Octal 2 1 111 141 143 0 107 361 141 17
Binary 10 1 1001001 1100001 1100011 0 1000111 11110001 1100001 1111

Color Harmonies of #020149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020149

Black with #020149

Text Example


Text Example

White with #020149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020149; }

 p { color: rgb(2,1,73); }

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

background-color css

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

 a { background-color: rgb(2,1,73); }

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

border-color css

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

 span { border-color: rgb(2,1,73); }

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