Html Css Color HEX #021195 New Midnight Blue

📋 copy color: '#021195'

red 2 ◦ green 17 ◦ blue 149

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

Shades of New Midnight Blue #021195

Tints of New Midnight Blue #021195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

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

R = 1.19%
G = 10.12%
B = 88.69%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021195 (or 0x021195) is known color: New Midnight Blue. HEX triplet: 02, 11 and 95. RGB value is (2,17,149). Sum of RGB (Red+Green+Blue) = 2+17+149=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #021195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021195 is #FDEE6A. Grayscale: #1B1B1B. Windows color (decimal): -16641643 or 9769218. OLE color: 9769218.

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

Color convert

RGB 2 17 149 -
CMYK 0.99 0.89 0 0.42
HSL 233.88º 0.97% 0.3% -
HSV(B) 233.88º 0.99% 0.58% -
XYZ 5.65 2.58 28.63 -
YUV 27.56 196.53 109.77 -
System Red Green Blue C M Y K H S L
Decimal 2 17 149 0.99 0.89 0 0.42 233.88 0.97 0.3
Hex 2 11 95 63 59 0 2A EA 61 1E
Octal 2 21 225 143 131 0 52 352 141 36
Binary 10 10001 10010101 1100011 1011001 0 101010 11101010 1100001 11110

Color Harmonies of #021195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021195

Black with #021195

Text Example


Text Example

White with #021195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021195; }

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

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

background-color css

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

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

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

border-color css

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

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

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