Html Css Color HEX #0D1459 Midnight Blue

📋 copy color: '#0D1459'

red 13 ◦ green 20 ◦ blue 89

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

Shades of Midnight Blue #0D1459

Tints of Midnight Blue #0D1459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.39%

 BLUE value IS 89 (35.16% from 255) = 72.95%

R = 10.66%
G = 16.39%
B = 72.95%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D1459 (or 0x0D1459) is known color: Midnight Blue. HEX triplet: 0D, 14 and 59. RGB value is (13,20,89). Sum of RGB (Red+Green+Blue) = 13+20+89=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D1459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1459 is #F2EBA6. Grayscale: #191919. Windows color (decimal): -15920039 or 5837837. OLE color: 5837837.

HSL color Cylindrical-coordinate representation of color #0D1459: hue angle of 234.47º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1459 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 20 89 -
CMYK 0.85 0.78 0 0.65
HSL 234.47º 0.75% 0.2% -
HSV(B) 234.47º 0.85% 0.35% -
XYZ 2.22 1.31 9.59 -
YUV 25.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 13 20 89 0.85 0.78 0 0.65 234.47 0.75 0.2
Hex D 14 59 55 4E 0 41 EA 4B 14
Octal 15 24 131 125 116 0 101 352 113 24
Binary 1101 10100 1011001 1010101 1001110 0 1000001 11101010 1001011 10100

Color Harmonies of #0D1459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1459

Black with #0D1459

Text Example


Text Example

White with #0D1459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,89); }

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

background-color css

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

 a { background-color: rgb(13,20,89); }

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

border-color css

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

 span { border-color: rgb(13,20,89); }

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