Html Css Color HEX #0D1643 Midnight Express

📋 copy color: '#0D1643'

red 13 ◦ green 22 ◦ blue 67

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

Shades of Midnight Express #0D1643

Tints of Midnight Express #0D1643

RGB

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

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

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

R = 12.75%
G = 21.57%
B = 65.69%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0D1643 (or 0x0D1643) is known color: Midnight Express. HEX triplet: 0D, 16 and 43. RGB value is (13,22,67). Sum of RGB (Red+Green+Blue) = 13+22+67=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D1643 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1643 is #F2E9BC. Grayscale: #181818. Windows color (decimal): -15919549 or 4396557. OLE color: 4396557.

HSL color Cylindrical-coordinate representation of color #0D1643: hue angle of 230º 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 #0D1643 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 22 67 -
CMYK 0.81 0.67 0 0.74
HSL 230º 0.68% 0.16% -
HSV(B) 230º 0.81% 0.26% -
XYZ 1.47 1.06 5.44 -
YUV 24.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 13 22 67 0.81 0.67 0 0.74 230 0.68 0.16
Hex D 16 43 51 43 0 4A E6 44 10
Octal 15 26 103 121 103 0 112 346 104 20
Binary 1101 10110 1000011 1010001 1000011 0 1001010 11100110 1000100 10000

Color Harmonies of #0D1643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1643

Black with #0D1643

Text Example


Text Example

White with #0D1643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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