Html Css Color HEX #0D127C Midnight Blue

📋 copy color: '#0D127C'

red 13 ◦ green 18 ◦ blue 124

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

Shades of Midnight Blue #0D127C

Tints of Midnight Blue #0D127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

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

R = 8.39%
G = 11.61%
B = 80%

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

#0D127C (or 0x0D127C) is known color: Midnight Blue. HEX triplet: 0D, 12 and 7C. RGB value is (13,18,124). Sum of RGB (Red+Green+Blue) = 13+18+124=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 124 (48.83% from 255 or 80% from 155); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D127C is #F2ED83. Grayscale: #1C1C1C. Windows color (decimal): -15920516 or 8131085. OLE color: 8131085.

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

Color convert

RGB 13 18 124 -
CMYK 0.90 0.85 0 0.51
HSL 237.3º 0.81% 0.27% -
HSV(B) 237.3º 0.9% 0.49% -
XYZ 4.02 1.97 19.24 -
YUV 28.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 13 18 124 0.90 0.85 0 0.51 237.3 0.81 0.27
Hex D 12 7C 5A 55 0 33 ED 51 1B
Octal 15 22 174 132 125 0 63 355 121 33
Binary 1101 10010 1111100 1011010 1010101 0 110011 11101101 1010001 11011

Color Harmonies of #0D127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D127C

Black with #0D127C

Text Example


Text Example

White with #0D127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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