Html Css Color HEX #0D1543 Midnight Express

📋 copy color: '#0D1543'

red 13 ◦ green 21 ◦ blue 67

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

Shades of Midnight Express #0D1543

Tints of Midnight Express #0D1543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.79%

 BLUE value IS 67 (26.56% from 255) = 66.34%

R = 12.87%
G = 20.79%
B = 66.34%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0D1543 (or 0x0D1543) is known color: Midnight Express. HEX triplet: 0D, 15 and 43. RGB value is (13,21,67). Sum of RGB (Red+Green+Blue) = 13+21+67=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D1543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1543 is #F2EABC. Grayscale: #171717. Windows color (decimal): -15919805 or 4396301. OLE color: 4396301.

HSL color Cylindrical-coordinate representation of color #0D1543: hue angle of 231.11º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D1543 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 21 67 -
CMYK 0.81 0.69 0 0.74
HSL 231.11º 0.68% 0.16% -
HSV(B) 231.11º 0.81% 0.26% -
XYZ 1.45 1.03 5.43 -
YUV 23.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 13 21 67 0.81 0.69 0 0.74 231.11 0.68 0.16
Hex D 15 43 51 45 0 4A E7 44 10
Octal 15 25 103 121 105 0 112 347 104 20
Binary 1101 10101 1000011 1010001 1000101 0 1001010 11100111 1000100 10000

Color Harmonies of #0D1543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1543

Black with #0D1543

Text Example


Text Example

White with #0D1543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,21,67); }

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

background-color css

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

 a { background-color: rgb(13,21,67); }

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

border-color css

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

 span { border-color: rgb(13,21,67); }

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