Html Css Color HEX #090BA2 New Midnight Blue

📋 copy color: '#090BA2'

red 9 ◦ green 11 ◦ blue 162

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

Shades of New Midnight Blue #090BA2

Tints of New Midnight Blue #090BA2

RGB

 RED value IS 9 (3.91% from 255) = 4.95%

 GREEN value IS 11 (4.69% from 255) = 6.04%

 BLUE value IS 162 (63.67% from 255) = 89.01%

R = 4.95%
G = 6.04%
B = 89.01%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#090BA2 (or 0x090BA2) is known color: New Midnight Blue. HEX triplet: 09, 0B and A2. RGB value is (9,11,162). Sum of RGB (Red+Green+Blue) = 9+11+162=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 162 (63.67% from 255 or 89.01% from 182); Max value from RGB is 162 - color contains mainly: blue. Hex color #090BA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090BA2 is #F6F45D. Grayscale: #1B1B1B. Windows color (decimal): -16184414 or 10619657. OLE color: 10619657.

HSL color Cylindrical-coordinate representation of color #090BA2: hue angle of 239.22º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090BA2 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 11 162 -
CMYK 0.94 0.93 0 0.36
HSL 239.22º 0.89% 0.34% -
HSV(B) 239.22º 0.94% 0.64% -
XYZ 6.75 2.91 34.39 -
YUV 27.62 203.84 114.72 -
System Red Green Blue C M Y K H S L
Decimal 9 11 162 0.94 0.93 0 0.36 239.22 0.89 0.34
Hex 9 B A2 5E 5D 0 24 EF 59 22
Octal 11 13 242 136 135 0 44 357 131 42
Binary 1001 1011 10100010 1011110 1011101 0 100100 11101111 1011001 100010

Color Harmonies of #090BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090BA2

Black with #090BA2

Text Example


Text Example

White with #090BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090BA2; }

 p { color: rgb(9,11,162); }

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

background-color css

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

 a { background-color: rgb(9,11,162); }

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

border-color css

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

 span { border-color: rgb(9,11,162); }

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