Html Css Color HEX #0D1461 Midnight Blue

📋 copy color: '#0D1461'

red 13 ◦ green 20 ◦ blue 97

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

Shades of Midnight Blue #0D1461

Tints of Midnight Blue #0D1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.38%

 BLUE value IS 97 (38.28% from 255) = 74.62%

R = 10%
G = 15.38%
B = 74.62%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0D1461 (or 0x0D1461) is known color: Midnight Blue. HEX triplet: 0D, 14 and 61. RGB value is (13,20,97). Sum of RGB (Red+Green+Blue) = 13+20+97=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D1461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1461 is #F2EB9E. Grayscale: #1A1A1A. Windows color (decimal): -15920031 or 6362125. OLE color: 6362125.

HSL color Cylindrical-coordinate representation of color #0D1461: hue angle of 235º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D1461 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 20 97 -
CMYK 0.87 0.79 0 0.62
HSL 235º 0.76% 0.22% -
HSV(B) 235º 0.87% 0.38% -
XYZ 2.57 1.45 11.45 -
YUV 26.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 13 20 97 0.87 0.79 0 0.62 235 0.76 0.22
Hex D 14 61 57 4F 0 3E EB 4C 16
Octal 15 24 141 127 117 0 76 353 114 26
Binary 1101 10100 1100001 1010111 1001111 0 111110 11101011 1001100 10110

Color Harmonies of #0D1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1461

Black with #0D1461

Text Example


Text Example

White with #0D1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,97); }

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

background-color css

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

 a { background-color: rgb(13,20,97); }

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

border-color css

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

 span { border-color: rgb(13,20,97); }

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