Html Css Color HEX #0D096B Midnight Blue

📋 copy color: '#0D096B'

red 13 ◦ green 9 ◦ blue 107

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

Shades of Midnight Blue #0D096B

Tints of Midnight Blue #0D096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 82.95%

R = 10.08%
G = 6.98%
B = 82.95%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D096B (or 0x0D096B) is known color: Midnight Blue. HEX triplet: 0D, 09 and 6B. RGB value is (13,9,107). Sum of RGB (Red+Green+Blue) = 13+9+107=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 107 (42.19% from 255 or 82.95% from 129); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D096B is #F2F694. Grayscale: #141414. Windows color (decimal): -15922837 or 7014669. OLE color: 7014669.

HSL color Cylindrical-coordinate representation of color #0D096B: hue angle of 242.45º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D096B is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 9 107 -
CMYK 0.88 0.92 0 0.58
HSL 242.45º 0.84% 0.23% -
HSV(B) 242.45º 0.92% 0.42% -
XYZ 2.92 1.34 14.02 -
YUV 21.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 13 9 107 0.88 0.92 0 0.58 242.45 0.84 0.23
Hex D 9 6B 58 5C 0 3A F2 54 17
Octal 15 11 153 130 134 0 72 362 124 27
Binary 1101 1001 1101011 1011000 1011100 0 111010 11110010 1010100 10111

Color Harmonies of #0D096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D096B

Black with #0D096B

Text Example


Text Example

White with #0D096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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