Html Css Color HEX #021299 New Midnight Blue

📋 copy color: '#021299'

red 2 ◦ green 18 ◦ blue 153

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

Shades of New Midnight Blue #021299

Tints of New Midnight Blue #021299

RGB

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

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

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

R = 1.16%
G = 10.4%
B = 88.44%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#021299 (or 0x021299) is known color: New Midnight Blue. HEX triplet: 02, 12 and 99. RGB value is (2,18,153). Sum of RGB (Red+Green+Blue) = 2+18+153=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 153 (60.16% from 255 or 88.44% from 173); Max value from RGB is 153 - color contains mainly: blue. Hex color #021299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021299 is #FDED66. Grayscale: #1C1C1C. Windows color (decimal): -16641383 or 10031618. OLE color: 10031618.

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

Color convert

RGB 2 18 153 -
CMYK 0.99 0.88 0 0.4
HSL 233.64º 0.97% 0.3% -
HSV(B) 233.64º 0.99% 0.6% -
XYZ 5.99 2.75 30.35 -
YUV 28.61 198.2 109.02 -
System Red Green Blue C M Y K H S L
Decimal 2 18 153 0.99 0.88 0 0.4 233.64 0.97 0.3
Hex 2 12 99 63 58 0 28 EA 61 1E
Octal 2 22 231 143 130 0 50 352 141 36
Binary 10 10010 10011001 1100011 1011000 0 101000 11101010 1100001 11110

Color Harmonies of #021299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021299

Black with #021299

Text Example


Text Example

White with #021299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021299; }

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

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

background-color css

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

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

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

border-color css

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

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

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