Html Css Color HEX #0D094D Midnight Blue

📋 copy color: '#0D094D'

red 13 ◦ green 9 ◦ blue 77

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

Shades of Midnight Blue #0D094D

Tints of Midnight Blue #0D094D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 77.78%

R = 13.13%
G = 9.09%
B = 77.78%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D094D (or 0x0D094D) is known color: Midnight Blue. HEX triplet: 0D, 09 and 4D. RGB value is (13,9,77). Sum of RGB (Red+Green+Blue) = 13+9+77=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D094D is #F2F6B2. Grayscale: #111111. Windows color (decimal): -15922867 or 5048589. OLE color: 5048589.

HSL color Cylindrical-coordinate representation of color #0D094D: hue angle of 243.53º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D094D is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 9 77 -
CMYK 0.83 0.88 0 0.70
HSL 243.53º 0.79% 0.17% -
HSV(B) 243.53º 0.88% 0.3% -
XYZ 1.6 0.82 7.09 -
YUV 17.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 13 9 77 0.83 0.88 0 0.70 243.53 0.79 0.17
Hex D 9 4D 53 58 0 46 F4 4F 11
Octal 15 11 115 123 130 0 106 364 117 21
Binary 1101 1001 1001101 1010011 1011000 0 1000110 11110100 1001111 10001

Color Harmonies of #0D094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D094D

Black with #0D094D

Text Example


Text Example

White with #0D094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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