Html Css Color HEX #0009AD New Midnight Blue

📋 copy color: '#0009AD'

red 0 ◦ green 9 ◦ blue 173

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

Shades of New Midnight Blue #0009AD

Tints of New Midnight Blue #0009AD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 9 (3.91% from 255) = 4.95%

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

R = 0%
G = 4.95%
B = 95.05%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0009AD (or 0x0009AD) is known color: New Midnight Blue. HEX triplet: 00, 09 and AD. RGB value is (0,9,173). Sum of RGB (Red+Green+Blue) = 0+9+173=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 173 (67.97% from 255 or 95.05% from 182); Max value from RGB is 173 - color contains mainly: blue. Hex color #0009AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0009AD is #FFF652. Grayscale: #181818. Windows color (decimal): -16774739 or 11340032. OLE color: 11340032.

HSL color Cylindrical-coordinate representation of color #0009AD: hue angle of 236.88º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0009AD is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 9 173 -
CMYK 1 0.95 0 0.32
HSL 236.88º 1% 0.34% -
HSV(B) 236.88º 1% 0.68% -
XYZ 7.64 3.21 39.75 -
YUV 25.01 211.52 110.16 -
System Red Green Blue C M Y K H S L
Decimal 0 9 173 1 0.95 0 0.32 236.88 1 0.34
Hex 0 9 AD 64 5F 0 20 ED 64 22
Octal 0 11 255 144 137 0 40 355 144 42
Binary 0 1001 10101101 1100100 1011111 0 100000 11101101 1100100 100010

Color Harmonies of #0009AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0009AD

Black with #0009AD

Text Example


Text Example

White with #0009AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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