Html Css Color HEX #090EAC New Midnight Blue

📋 copy color: '#090EAC'

red 9 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #090EAC

Tints of New Midnight Blue #090EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 88.21%

R = 4.62%
G = 7.18%
B = 88.21%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#090EAC (or 0x090EAC) is known color: New Midnight Blue. HEX triplet: 09, 0E and AC. RGB value is (9,14,172). Sum of RGB (Red+Green+Blue) = 9+14+172=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #090EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090EAC is #F6F153. Grayscale: #1D1D1D. Windows color (decimal): -16183636 or 11275785. OLE color: 11275785.

HSL color Cylindrical-coordinate representation of color #090EAC: hue angle of 238.16º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090EAC is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 14 172 -
CMYK 0.95 0.92 0 0.33
HSL 238.16º 0.9% 0.35% -
HSV(B) 238.16º 0.95% 0.67% -
XYZ 7.72 3.35 39.27 -
YUV 30.52 207.84 112.65 -
System Red Green Blue C M Y K H S L
Decimal 9 14 172 0.95 0.92 0 0.33 238.16 0.9 0.35
Hex 9 E AC 5F 5C 0 21 EE 5A 23
Octal 11 16 254 137 134 0 41 356 132 43
Binary 1001 1110 10101100 1011111 1011100 0 100001 11101110 1011010 100011

Color Harmonies of #090EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090EAC

Black with #090EAC

Text Example


Text Example

White with #090EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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