Html Css Color HEX #021895 New Midnight Blue

📋 copy color: '#021895'

red 2 ◦ green 24 ◦ blue 149

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

Shades of New Midnight Blue #021895

Tints of New Midnight Blue #021895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

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

R = 1.14%
G = 13.71%
B = 85.14%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021895 (or 0x021895) is known color: New Midnight Blue. HEX triplet: 02, 18 and 95. RGB value is (2,24,149). Sum of RGB (Red+Green+Blue) = 2+24+149=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #021895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021895 is #FDE76A. Grayscale: #1F1F1F. Windows color (decimal): -16639851 or 9771010. OLE color: 9771010.

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

Color convert

RGB 2 24 149 -
CMYK 0.99 0.84 0 0.42
HSL 231.02º 0.97% 0.3% -
HSV(B) 231.02º 0.99% 0.58% -
XYZ 5.78 2.84 28.68 -
YUV 31.67 194.21 106.84 -
System Red Green Blue C M Y K H S L
Decimal 2 24 149 0.99 0.84 0 0.42 231.02 0.97 0.3
Hex 2 18 95 63 54 0 2A E7 61 1E
Octal 2 30 225 143 124 0 52 347 141 36
Binary 10 11000 10010101 1100011 1010100 0 101010 11100111 1100001 11110

Color Harmonies of #021895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021895

Black with #021895

Text Example


Text Example

White with #021895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021895; }

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

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

background-color css

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

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

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

border-color css

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

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

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