Html Css Color HEX #090EA4 New Midnight Blue

📋 copy color: '#090EA4'

red 9 ◦ green 14 ◦ blue 164

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

Shades of New Midnight Blue #090EA4

Tints of New Midnight Blue #090EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 87.7%

R = 4.81%
G = 7.49%
B = 87.7%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#090EA4 (or 0x090EA4) is known color: New Midnight Blue. HEX triplet: 09, 0E and A4. RGB value is (9,14,164). Sum of RGB (Red+Green+Blue) = 9+14+164=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 164 (64.45% from 255 or 87.70% from 187); Max value from RGB is 164 - color contains mainly: blue. Hex color #090EA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090EA4 is #F6F15B. Grayscale: #1D1D1D. Windows color (decimal): -16183644 or 10751497. OLE color: 10751497.

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

Color convert

RGB 9 14 164 -
CMYK 0.95 0.91 0 0.36
HSL 238.06º 0.9% 0.34% -
HSV(B) 238.06º 0.95% 0.64% -
XYZ 6.97 3.05 35.34 -
YUV 29.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 9 14 164 0.95 0.91 0 0.36 238.06 0.9 0.34
Hex 9 E A4 5F 5B 0 24 EE 5A 22
Octal 11 16 244 137 133 0 44 356 132 42
Binary 1001 1110 10100100 1011111 1011011 0 100100 11101110 1011010 100010

Color Harmonies of #090EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090EA4

Black with #090EA4

Text Example


Text Example

White with #090EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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