Html Css Color HEX #020994 New Midnight Blue

📋 copy color: '#020994'

red 2 ◦ green 9 ◦ blue 148

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

Shades of New Midnight Blue #020994

Tints of New Midnight Blue #020994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

 BLUE value IS 148 (58.2% from 255) = 93.08%

R = 1.26%
G = 5.66%
B = 93.08%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020994 (or 0x020994) is known color: New Midnight Blue. HEX triplet: 02, 09 and 94. RGB value is (2,9,148). Sum of RGB (Red+Green+Blue) = 2+9+148=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 148 (58.20% from 255 or 93.08% from 159); Max value from RGB is 148 - color contains mainly: blue. Hex color #020994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020994 is #FDF66B. Grayscale: #161616. Windows color (decimal): -16643692 or 9701634. OLE color: 9701634.

HSL color Cylindrical-coordinate representation of color #020994: hue angle of 237.12º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020994 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 9 148 -
CMYK 0.99 0.94 0 0.42
HSL 237.12º 0.97% 0.29% -
HSV(B) 237.12º 0.99% 0.58% -
XYZ 5.47 2.35 28.18 -
YUV 22.75 198.68 113.2 -
System Red Green Blue C M Y K H S L
Decimal 2 9 148 0.99 0.94 0 0.42 237.12 0.97 0.29
Hex 2 9 94 63 5E 0 2A ED 61 1D
Octal 2 11 224 143 136 0 52 355 141 35
Binary 10 1001 10010100 1100011 1011110 0 101010 11101101 1100001 11101

Color Harmonies of #020994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020994

Black with #020994

Text Example


Text Example

White with #020994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020994; }

 p { color: rgb(2,9,148); }

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

background-color css

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

 a { background-color: rgb(2,9,148); }

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

border-color css

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

 span { border-color: rgb(2,9,148); }

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