Html Css Color HEX #0912AE New Midnight Blue

📋 copy color: '#0912AE'

red 9 ◦ green 18 ◦ blue 174

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

Shades of New Midnight Blue #0912AE

Tints of New Midnight Blue #0912AE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 4.48%
G = 8.96%
B = 86.57%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0912AE (or 0x0912AE) is known color: New Midnight Blue. HEX triplet: 09, 12 and AE. RGB value is (9,18,174). Sum of RGB (Red+Green+Blue) = 9+18+174=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 174 (68.36% from 255 or 86.57% from 201); Max value from RGB is 174 - color contains mainly: blue. Hex color #0912AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0912AE is #F6ED51. Grayscale: #202020. Windows color (decimal): -16182610 or 11407881. OLE color: 11407881.

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

Color convert

RGB 9 18 174 -
CMYK 0.95 0.90 0 0.32
HSL 236.73º 0.9% 0.36% -
HSV(B) 236.73º 0.95% 0.68% -
XYZ 7.97 3.55 40.31 -
YUV 33.09 207.52 110.82 -
System Red Green Blue C M Y K H S L
Decimal 9 18 174 0.95 0.90 0 0.32 236.73 0.9 0.36
Hex 9 12 AE 5F 5A 0 20 ED 5A 24
Octal 11 22 256 137 132 0 40 355 132 44
Binary 1001 10010 10101110 1011111 1011010 0 100000 11101101 1011010 100100

Color Harmonies of #0912AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0912AE

Black with #0912AE

Text Example


Text Example

White with #0912AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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