Html Css Color HEX #0D137C Midnight Blue

📋 copy color: '#0D137C'

red 13 ◦ green 19 ◦ blue 124

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

Shades of Midnight Blue #0D137C

Tints of Midnight Blue #0D137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 124 (48.83% from 255) = 79.49%

R = 8.33%
G = 12.18%
B = 79.49%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D137C (or 0x0D137C) is known color: Midnight Blue. HEX triplet: 0D, 13 and 7C. RGB value is (13,19,124). Sum of RGB (Red+Green+Blue) = 13+19+124=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D137C is #F2EC83. Grayscale: #1C1C1C. Windows color (decimal): -15920260 or 8131341. OLE color: 8131341.

HSL color Cylindrical-coordinate representation of color #0D137C: hue angle of 236.76º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D137C is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 19 124 -
CMYK 0.90 0.85 0 0.51
HSL 236.76º 0.81% 0.27% -
HSV(B) 236.76º 0.9% 0.49% -
XYZ 4.04 2.01 19.24 -
YUV 29.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 13 19 124 0.90 0.85 0 0.51 236.76 0.81 0.27
Hex D 13 7C 5A 55 0 33 ED 51 1B
Octal 15 23 174 132 125 0 63 355 121 33
Binary 1101 10011 1111100 1011010 1010101 0 110011 11101101 1010001 11011

Color Harmonies of #0D137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D137C

Black with #0D137C

Text Example


Text Example

White with #0D137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,19,124); }

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

background-color css

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

 a { background-color: rgb(13,19,124); }

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

border-color css

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

 span { border-color: rgb(13,19,124); }

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