Html Css Color HEX #0D107D Midnight Blue

📋 copy color: '#0D107D'

red 13 ◦ green 16 ◦ blue 125

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

Shades of Midnight Blue #0D107D

Tints of Midnight Blue #0D107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.39%

 BLUE value IS 125 (49.22% from 255) = 81.17%

R = 8.44%
G = 10.39%
B = 81.17%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D107D (or 0x0D107D) is known color: Midnight Blue. HEX triplet: 0D, 10 and 7D. RGB value is (13,16,125). Sum of RGB (Red+Green+Blue) = 13+16+125=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D107D is #F2EF82. Grayscale: #1B1B1B. Windows color (decimal): -15921027 or 8196109. OLE color: 8196109.

HSL color Cylindrical-coordinate representation of color #0D107D: hue angle of 238.39º 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 #0D107D is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 16 125 -
CMYK 0.90 0.87 0 0.51
HSL 238.39º 0.81% 0.27% -
HSV(B) 238.39º 0.9% 0.49% -
XYZ 4.05 1.94 19.56 -
YUV 27.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 13 16 125 0.90 0.87 0 0.51 238.39 0.81 0.27
Hex D 10 7D 5A 57 0 33 EE 51 1B
Octal 15 20 175 132 127 0 63 356 121 33
Binary 1101 10000 1111101 1011010 1010111 0 110011 11101110 1010001 11011

Color Harmonies of #0D107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D107D

Black with #0D107D

Text Example


Text Example

White with #0D107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,16,125); }

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

background-color css

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

 a { background-color: rgb(13,16,125); }

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

border-color css

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

 span { border-color: rgb(13,16,125); }

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