Html Css Color HEX #090BA1 New Midnight Blue

📋 copy color: '#090BA1'

red 9 ◦ green 11 ◦ blue 161

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

Shades of New Midnight Blue #090BA1

Tints of New Midnight Blue #090BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 88.95%

R = 4.97%
G = 6.08%
B = 88.95%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#090BA1 (or 0x090BA1) is known color: New Midnight Blue. HEX triplet: 09, 0B and A1. RGB value is (9,11,161). Sum of RGB (Red+Green+Blue) = 9+11+161=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 161 (63.28% from 255 or 88.95% from 181); Max value from RGB is 161 - color contains mainly: blue. Hex color #090BA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090BA1 is #F6F45E. Grayscale: #1A1A1A. Windows color (decimal): -16184415 or 10554121. OLE color: 10554121.

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

Color convert

RGB 9 11 161 -
CMYK 0.94 0.93 0 0.37
HSL 239.21º 0.89% 0.33% -
HSV(B) 239.21º 0.94% 0.63% -
XYZ 6.67 2.87 33.92 -
YUV 27.5 203.34 114.8 -
System Red Green Blue C M Y K H S L
Decimal 9 11 161 0.94 0.93 0 0.37 239.21 0.89 0.33
Hex 9 B A1 5E 5D 0 25 EF 59 21
Octal 11 13 241 136 135 0 45 357 131 41
Binary 1001 1011 10100001 1011110 1011101 0 100101 11101111 1011001 100001

Color Harmonies of #090BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090BA1

Black with #090BA1

Text Example


Text Example

White with #090BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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