Html Css Color HEX #0912AD New Midnight Blue

📋 copy color: '#0912AD'

red 9 ◦ green 18 ◦ blue 173

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

Shades of New Midnight Blue #0912AD

Tints of New Midnight Blue #0912AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 86.5%

R = 4.5%
G = 9%
B = 86.5%

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

#0912AD (or 0x0912AD) is known color: New Midnight Blue. HEX triplet: 09, 12 and AD. RGB value is (9,18,173). Sum of RGB (Red+Green+Blue) = 9+18+173=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 173 (67.97% from 255 or 86.5% from 200); Max value from RGB is 173 - color contains mainly: blue. Hex color #0912AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0912AD is #F6ED52. Grayscale: #202020. Windows color (decimal): -16182611 or 11342345. OLE color: 11342345.

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

Color convert

RGB 9 18 173 -
CMYK 0.95 0.90 0 0.32
HSL 236.71º 0.9% 0.36% -
HSV(B) 236.71º 0.95% 0.68% -
XYZ 7.87 3.51 39.8 -
YUV 32.98 207.02 110.9 -
System Red Green Blue C M Y K H S L
Decimal 9 18 173 0.95 0.90 0 0.32 236.71 0.9 0.36
Hex 9 12 AD 5F 5A 0 20 ED 5A 24
Octal 11 22 255 137 132 0 40 355 132 44
Binary 1001 10010 10101101 1011111 1011010 0 100000 11101101 1011010 100100

Color Harmonies of #0912AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0912AD

Black with #0912AD

Text Example


Text Example

White with #0912AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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