Html Css Color HEX #0D066D Midnight Blue

📋 copy color: '#0D066D'

red 13 ◦ green 6 ◦ blue 109

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

Shades of Midnight Blue #0D066D

Tints of Midnight Blue #0D066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.69%

 BLUE value IS 109 (42.97% from 255) = 85.16%

R = 10.16%
G = 4.69%
B = 85.16%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D066D (or 0x0D066D) is known color: Midnight Blue. HEX triplet: 0D, 06 and 6D. RGB value is (13,6,109). Sum of RGB (Red+Green+Blue) = 13+6+109=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D066D is #F2F992. Grayscale: #131313. Windows color (decimal): -15923603 or 7144973. OLE color: 7144973.

HSL color Cylindrical-coordinate representation of color #0D066D: hue angle of 244.08º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D066D is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 6 109 -
CMYK 0.88 0.94 0 0.57
HSL 244.08º 0.9% 0.23% -
HSV(B) 244.08º 0.94% 0.43% -
XYZ 2.99 1.32 14.57 -
YUV 19.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 13 6 109 0.88 0.94 0 0.57 244.08 0.9 0.23
Hex D 6 6D 58 5E 0 39 F4 5A 17
Octal 15 6 155 130 136 0 71 364 132 27
Binary 1101 110 1101101 1011000 1011110 0 111001 11110100 1011010 10111

Color Harmonies of #0D066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D066D

Black with #0D066D

Text Example


Text Example

White with #0D066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,6,109); }

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

background-color css

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

 a { background-color: rgb(13,6,109); }

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

border-color css

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

 span { border-color: rgb(13,6,109); }

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