Html Css Color HEX #0D125D Midnight Blue

📋 copy color: '#0D125D'

red 13 ◦ green 18 ◦ blue 93

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

Shades of Midnight Blue #0D125D

Tints of Midnight Blue #0D125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 75%

R = 10.48%
G = 14.52%
B = 75%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D125D (or 0x0D125D) is known color: Midnight Blue. HEX triplet: 0D, 12 and 5D. RGB value is (13,18,93). Sum of RGB (Red+Green+Blue) = 13+18+93=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D125D is #F2EDA2. Grayscale: #181818. Windows color (decimal): -15920547 or 6099469. OLE color: 6099469.

HSL color Cylindrical-coordinate representation of color #0D125D: hue angle of 236.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D125D is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 18 93 -
CMYK 0.86 0.81 0 0.64
HSL 236.25º 0.75% 0.21% -
HSV(B) 236.25º 0.86% 0.36% -
XYZ 2.36 1.31 10.48 -
YUV 25.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 13 18 93 0.86 0.81 0 0.64 236.25 0.75 0.21
Hex D 12 5D 56 51 0 40 EC 4B 15
Octal 15 22 135 126 121 0 100 354 113 25
Binary 1101 10010 1011101 1010110 1010001 0 1000000 11101100 1001011 10101

Color Harmonies of #0D125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D125D

Black with #0D125D

Text Example


Text Example

White with #0D125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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