Html Css Color HEX #0914AE New Midnight Blue

📋 copy color: '#0914AE'

red 9 ◦ green 20 ◦ blue 174

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

Shades of New Midnight Blue #0914AE

Tints of New Midnight Blue #0914AE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

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

R = 4.43%
G = 9.85%
B = 85.71%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0914AE (or 0x0914AE) is known color: New Midnight Blue. HEX triplet: 09, 14 and AE. RGB value is (9,20,174). Sum of RGB (Red+Green+Blue) = 9+20+174=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #0914AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0914AE is #F6EB51. Grayscale: #212121. Windows color (decimal): -16182098 or 11408393. OLE color: 11408393.

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

Color convert

RGB 9 20 174 -
CMYK 0.95 0.89 0 0.32
HSL 236º 0.9% 0.36% -
HSV(B) 236º 0.95% 0.68% -
XYZ 8 3.61 40.32 -
YUV 34.27 206.86 109.98 -
System Red Green Blue C M Y K H S L
Decimal 9 20 174 0.95 0.89 0 0.32 236 0.9 0.36
Hex 9 14 AE 5F 59 0 20 EC 5A 24
Octal 11 24 256 137 131 0 40 354 132 44
Binary 1001 10100 10101110 1011111 1011001 0 100000 11101100 1011010 100100

Color Harmonies of #0914AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0914AE

Black with #0914AE

Text Example


Text Example

White with #0914AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0914AE; }

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

 H1.HeaderClassName
 {
   color: #0914AE;
 }
 .AnyTagClassName
 {
   color: #0914AE;
 }
</style>

background-color css

<style>
 a { background-color: #0914AE; }

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

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

border-color css

<style>
 span { border-color: #0914AE; }

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

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