Html Css Color HEX #021099 New Midnight Blue

📋 copy color: '#021099'

red 2 ◦ green 16 ◦ blue 153

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

Shades of New Midnight Blue #021099

Tints of New Midnight Blue #021099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

 BLUE value IS 153 (60.16% from 255) = 89.47%

R = 1.17%
G = 9.36%
B = 89.47%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#021099 (or 0x021099) is known color: New Midnight Blue. HEX triplet: 02, 10 and 99. RGB value is (2,16,153). Sum of RGB (Red+Green+Blue) = 2+16+153=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #021099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021099 is #FDEF66. Grayscale: #1A1A1A. Windows color (decimal): -16641895 or 10031106. OLE color: 10031106.

HSL color Cylindrical-coordinate representation of color #021099: hue angle of 234.44º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021099 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 16 153 -
CMYK 0.99 0.90 0 0.4
HSL 234.44º 0.97% 0.3% -
HSV(B) 234.44º 0.99% 0.6% -
XYZ 5.96 2.68 30.34 -
YUV 27.43 198.86 109.86 -
System Red Green Blue C M Y K H S L
Decimal 2 16 153 0.99 0.90 0 0.4 234.44 0.97 0.3
Hex 2 10 99 63 5A 0 28 EA 61 1E
Octal 2 20 231 143 132 0 50 352 141 36
Binary 10 10000 10011001 1100011 1011010 0 101000 11101010 1100001 11110

Color Harmonies of #021099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021099

Black with #021099

Text Example


Text Example

White with #021099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021099; }

 p { color: rgb(2,16,153); }

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

background-color css

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

 a { background-color: rgb(2,16,153); }

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

border-color css

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

 span { border-color: rgb(2,16,153); }

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