Html Css Color HEX #0D1B35 Midnight Express

📋 copy color: '#0D1B35'

red 13 ◦ green 27 ◦ blue 53

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

Shades of Midnight Express #0D1B35

Tints of Midnight Express #0D1B35

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.03%

 BLUE value IS 53 (21.09% from 255) = 56.99%

R = 13.98%
G = 29.03%
B = 56.99%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0D1B35 (or 0x0D1B35) is known color: Midnight Express. HEX triplet: 0D, 1B and 35. RGB value is (13,27,53). Sum of RGB (Red+Green+Blue) = 13+27+53=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D1B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1B35 is #F2E4CA. Grayscale: #191919. Windows color (decimal): -15918283 or 3480333. OLE color: 3480333.

HSL color Cylindrical-coordinate representation of color #0D1B35: hue angle of 219º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D1B35 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 13 27 53 -
CMYK 0.75 0.49 0 0.79
HSL 219º 0.61% 0.13% -
HSV(B) 219º 0.75% 0.21% -
XYZ 1.2 1.13 3.52 -
YUV 25.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 13 27 53 0.75 0.49 0 0.79 219 0.61 0.13
Hex D 1B 35 4B 31 0 4F DB 3D D
Octal 15 33 65 113 61 0 117 333 75 15
Binary 1101 11011 110101 1001011 110001 0 1001111 11011011 111101 1101

Color Harmonies of #0D1B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1B35

Black with #0D1B35

Text Example


Text Example

White with #0D1B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,27,53); }

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

background-color css

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

 a { background-color: rgb(13,27,53); }

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

border-color css

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

 span { border-color: rgb(13,27,53); }

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