Html Css Color HEX #0D09A0 New Midnight Blue

📋 copy color: '#0D09A0'

red 13 ◦ green 9 ◦ blue 160

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

Shades of New Midnight Blue #0D09A0

Tints of New Midnight Blue #0D09A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 87.91%

R = 7.14%
G = 4.95%
B = 87.91%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0D09A0 (or 0x0D09A0) is known color: New Midnight Blue. HEX triplet: 0D, 09 and A0. RGB value is (13,9,160). Sum of RGB (Red+Green+Blue) = 13+9+160=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 160 (62.89% from 255 or 87.91% from 182); Max value from RGB is 160 - color contains mainly: blue. Hex color #0D09A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D09A0 is #F2F65F. Grayscale: #1A1A1A. Windows color (decimal): -15922784 or 10488077. OLE color: 10488077.

HSL color Cylindrical-coordinate representation of color #0D09A0: hue angle of 241.59º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D09A0 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 13 9 160 -
CMYK 0.92 0.94 0 0.37
HSL 241.59º 0.89% 0.33% -
HSV(B) 241.59º 0.94% 0.63% -
XYZ 6.61 2.82 33.45 -
YUV 27.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 13 9 160 0.92 0.94 0 0.37 241.59 0.89 0.33
Hex D 9 A0 5C 5E 0 25 F2 59 21
Octal 15 11 240 134 136 0 45 362 131 41
Binary 1101 1001 10100000 1011100 1011110 0 100101 11110010 1011001 100001

Color Harmonies of #0D09A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D09A0

Black with #0D09A0

Text Example


Text Example

White with #0D09A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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