Html Css Color HEX #0D1674 Midnight Blue

📋 copy color: '#0D1674'

red 13 ◦ green 22 ◦ blue 116

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

Shades of Midnight Blue #0D1674

Tints of Midnight Blue #0D1674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.57%

 BLUE value IS 116 (45.7% from 255) = 76.82%

R = 8.61%
G = 14.57%
B = 76.82%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0D1674 (or 0x0D1674) is known color: Midnight Blue. HEX triplet: 0D, 16 and 74. RGB value is (13,22,116). Sum of RGB (Red+Green+Blue) = 13+22+116=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 116 (45.70% from 255 or 76.82% from 151); Max value from RGB is 116 - color contains mainly: blue. Hex color #0D1674 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1674 is #F2E98B. Grayscale: #1D1D1D. Windows color (decimal): -15919500 or 7607821. OLE color: 7607821.

HSL color Cylindrical-coordinate representation of color #0D1674: hue angle of 234.76º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1674 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 22 116 -
CMYK 0.89 0.81 0 0.55
HSL 234.76º 0.8% 0.25% -
HSV(B) 234.76º 0.89% 0.45% -
XYZ 3.61 1.92 16.7 -
YUV 30.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 13 22 116 0.89 0.81 0 0.55 234.76 0.8 0.25
Hex D 16 74 59 51 0 37 EB 50 19
Octal 15 26 164 131 121 0 67 353 120 31
Binary 1101 10110 1110100 1011001 1010001 0 110111 11101011 1010000 11001

Color Harmonies of #0D1674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1674

Black with #0D1674

Text Example


Text Example

White with #0D1674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,22,116); }

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

background-color css

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

 a { background-color: rgb(13,22,116); }

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

border-color css

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

 span { border-color: rgb(13,22,116); }

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