Html Css Color HEX #0D09AD New Midnight Blue

📋 copy color: '#0D09AD'

red 13 ◦ green 9 ◦ blue 173

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

Shades of New Midnight Blue #0D09AD

Tints of New Midnight Blue #0D09AD

RGB

 RED value IS 13 (5.47% from 255) = 6.67%

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

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

R = 6.67%
G = 4.62%
B = 88.72%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D09AD (or 0x0D09AD) is known color: New Midnight Blue. HEX triplet: 0D, 09 and AD. RGB value is (13,9,173). Sum of RGB (Red+Green+Blue) = 13+9+173=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 173 (67.97% from 255 or 88.72% from 195); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D09AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D09AD is #F2F652. Grayscale: #1C1C1C. Windows color (decimal): -15922771 or 11340045. OLE color: 11340045.

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

Color convert

RGB 13 9 173 -
CMYK 0.92 0.95 0 0.32
HSL 241.46º 0.9% 0.36% -
HSV(B) 241.46º 0.95% 0.68% -
XYZ 7.81 3.3 39.76 -
YUV 28.89 209.33 116.66 -
System Red Green Blue C M Y K H S L
Decimal 13 9 173 0.92 0.95 0 0.32 241.46 0.9 0.36
Hex D 9 AD 5C 5F 0 20 F1 5A 24
Octal 15 11 255 134 137 0 40 361 132 44
Binary 1101 1001 10101101 1011100 1011111 0 100000 11110001 1011010 100100

Color Harmonies of #0D09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D09AD

Black with #0D09AD

Text Example


Text Example

White with #0D09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D09AD; }

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

 H1.HeaderClassName
 {
   color: #0D09AD;
 }
 .AnyTagClassName
 {
   color: #0D09AD;
 }
</style>

background-color css

<style>
 a { background-color: #0D09AD; }

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

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

border-color css

<style>
 span { border-color: #0D09AD; }

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

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