Html Css Color HEX #02014A Midnight Blue

📋 copy color: '#02014A'

red 2 ◦ green 1 ◦ blue 74

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

Shades of Midnight Blue #02014A

Tints of Midnight Blue #02014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 96.1%

R = 2.6%
G = 1.3%
B = 96.1%

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

#02014A (or 0x02014A) is known color: Midnight Blue. HEX triplet: 02, 01 and 4A. RGB value is (2,1,74). Sum of RGB (Red+Green+Blue) = 2+1+74=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 74 (29.30% from 255 or 96.10% from 77); Max value from RGB is 74 - color contains mainly: blue. Hex color #02014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02014A is #FDFEB5. Grayscale: #090909. Windows color (decimal): -16645814 or 4849922. OLE color: 4849922.

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

Color convert

RGB 2 1 74 -
CMYK 0.97 0.99 0 0.71
HSL 240.82º 0.97% 0.15% -
HSV(B) 240.82º 0.99% 0.29% -
XYZ 1.27 0.53 6.51 -
YUV 9.62 164.33 122.56 -
System Red Green Blue C M Y K H S L
Decimal 2 1 74 0.97 0.99 0 0.71 240.82 0.97 0.15
Hex 2 1 4A 61 63 0 47 F1 61 F
Octal 2 1 112 141 143 0 107 361 141 17
Binary 10 1 1001010 1100001 1100011 0 1000111 11110001 1100001 1111

Color Harmonies of #02014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02014A

Black with #02014A

Text Example


Text Example

White with #02014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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