Html Css Color HEX #090BAE New Midnight Blue

📋 copy color: '#090BAE'

red 9 ◦ green 11 ◦ blue 174

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

Shades of New Midnight Blue #090BAE

Tints of New Midnight Blue #090BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 89.69%

R = 4.64%
G = 5.67%
B = 89.69%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#090BAE (or 0x090BAE) is known color: New Midnight Blue. HEX triplet: 09, 0B and AE. RGB value is (9,11,174). Sum of RGB (Red+Green+Blue) = 9+11+174=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 174 (68.36% from 255 or 89.69% from 194); Max value from RGB is 174 - color contains mainly: blue. Hex color #090BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090BAE is #F6F451. Grayscale: #1C1C1C. Windows color (decimal): -16184402 or 11406089. OLE color: 11406089.

HSL color Cylindrical-coordinate representation of color #090BAE: hue angle of 239.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090BAE is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 11 174 -
CMYK 0.95 0.94 0 0.32
HSL 239.27º 0.9% 0.36% -
HSV(B) 239.27º 0.95% 0.68% -
XYZ 7.87 3.35 40.28 -
YUV 28.98 209.84 113.75 -
System Red Green Blue C M Y K H S L
Decimal 9 11 174 0.95 0.94 0 0.32 239.27 0.9 0.36
Hex 9 B AE 5F 5E 0 20 EF 5A 24
Octal 11 13 256 137 136 0 40 357 132 44
Binary 1001 1011 10101110 1011111 1011110 0 100000 11101111 1011010 100100

Color Harmonies of #090BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090BAE

Black with #090BAE

Text Example


Text Example

White with #090BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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