Html Css Color HEX #090CAE New Midnight Blue

📋 copy color: '#090CAE'

red 9 ◦ green 12 ◦ blue 174

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

Shades of New Midnight Blue #090CAE

Tints of New Midnight Blue #090CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.15%

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

R = 4.62%
G = 6.15%
B = 89.23%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#090CAE (or 0x090CAE) is known color: New Midnight Blue. HEX triplet: 09, 0C and AE. RGB value is (9,12,174). Sum of RGB (Red+Green+Blue) = 9+12+174=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 174 (68.36% from 255 or 89.23% from 195); Max value from RGB is 174 - color contains mainly: blue. Hex color #090CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090CAE is #F6F351. Grayscale: #1C1C1C. Windows color (decimal): -16184146 or 11406345. OLE color: 11406345.

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

Color convert

RGB 9 12 174 -
CMYK 0.95 0.93 0 0.32
HSL 238.91º 0.9% 0.36% -
HSV(B) 238.91º 0.95% 0.68% -
XYZ 7.88 3.38 40.28 -
YUV 29.57 209.51 113.33 -
System Red Green Blue C M Y K H S L
Decimal 9 12 174 0.95 0.93 0 0.32 238.91 0.9 0.36
Hex 9 C AE 5F 5D 0 20 EF 5A 24
Octal 11 14 256 137 135 0 40 357 132 44
Binary 1001 1100 10101110 1011111 1011101 0 100000 11101111 1011010 100100

Color Harmonies of #090CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CAE

Black with #090CAE

Text Example


Text Example

White with #090CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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