Html Css Color HEX #021295 New Midnight Blue

📋 copy color: '#021295'

red 2 ◦ green 18 ◦ blue 149

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

Shades of New Midnight Blue #021295

Tints of New Midnight Blue #021295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

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

R = 1.18%
G = 10.65%
B = 88.17%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021295 (or 0x021295) is known color: New Midnight Blue. HEX triplet: 02, 12 and 95. RGB value is (2,18,149). Sum of RGB (Red+Green+Blue) = 2+18+149=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 149 (58.59% from 255 or 88.17% from 169); Max value from RGB is 149 - color contains mainly: blue. Hex color #021295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021295 is #FDED6A. Grayscale: #1B1B1B. Windows color (decimal): -16641387 or 9769474. OLE color: 9769474.

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

Color convert

RGB 2 18 149 -
CMYK 0.99 0.88 0 0.42
HSL 233.47º 0.97% 0.3% -
HSV(B) 233.47º 0.99% 0.58% -
XYZ 5.67 2.62 28.64 -
YUV 28.15 196.2 109.35 -
System Red Green Blue C M Y K H S L
Decimal 2 18 149 0.99 0.88 0 0.42 233.47 0.97 0.3
Hex 2 12 95 63 58 0 2A E9 61 1E
Octal 2 22 225 143 130 0 52 351 141 36
Binary 10 10010 10010101 1100011 1011000 0 101010 11101001 1100001 11110

Color Harmonies of #021295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021295

Black with #021295

Text Example


Text Example

White with #021295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021295; }

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

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

background-color css

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

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

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

border-color css

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

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

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