Html Css Color HEX #090EAE New Midnight Blue

📋 copy color: '#090EAE'

red 9 ◦ green 14 ◦ blue 174

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

Shades of New Midnight Blue #090EAE

Tints of New Midnight Blue #090EAE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

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

R = 4.57%
G = 7.11%
B = 88.32%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#090EAE (or 0x090EAE) is known color: New Midnight Blue. HEX triplet: 09, 0E and AE. RGB value is (9,14,174). Sum of RGB (Red+Green+Blue) = 9+14+174=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 174 (68.36% from 255 or 88.32% from 197); Max value from RGB is 174 - color contains mainly: blue. Hex color #090EAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090EAE is #F6F151. Grayscale: #1E1E1E. Windows color (decimal): -16183634 or 11406857. OLE color: 11406857.

HSL color Cylindrical-coordinate representation of color #090EAE: hue angle of 238.18º 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 #090EAE is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 14 174 -
CMYK 0.95 0.92 0 0.32
HSL 238.18º 0.9% 0.36% -
HSV(B) 238.18º 0.95% 0.68% -
XYZ 7.91 3.43 40.29 -
YUV 30.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 9 14 174 0.95 0.92 0 0.32 238.18 0.9 0.36
Hex 9 E AE 5F 5C 0 20 EE 5A 24
Octal 11 16 256 137 134 0 40 356 132 44
Binary 1001 1110 10101110 1011111 1011100 0 100000 11101110 1011010 100100

Color Harmonies of #090EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090EAE

Black with #090EAE

Text Example


Text Example

White with #090EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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