Html Css Color HEX #0D1535 Midnight Express

📋 copy color: '#0D1535'

red 13 ◦ green 21 ◦ blue 53

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

Shades of Midnight Express #0D1535

Tints of Midnight Express #0D1535

RGB

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

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

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

R = 14.94%
G = 24.14%
B = 60.92%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0D1535 (or 0x0D1535) is known color: Midnight Express. HEX triplet: 0D, 15 and 35. RGB value is (13,21,53). Sum of RGB (Red+Green+Blue) = 13+21+53=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D1535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1535 is #F2EACA. Grayscale: #161616. Windows color (decimal): -15919819 or 3478797. OLE color: 3478797.

HSL color Cylindrical-coordinate representation of color #0D1535: hue angle of 228º 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 #0D1535 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 13 21 53 -
CMYK 0.75 0.60 0 0.79
HSL 228º 0.61% 0.13% -
HSV(B) 228º 0.75% 0.21% -
XYZ 1.08 0.88 3.48 -
YUV 22.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 13 21 53 0.75 0.60 0 0.79 228 0.61 0.13
Hex D 15 35 4B 3C 0 4F E4 3D D
Octal 15 25 65 113 74 0 117 344 75 15
Binary 1101 10101 110101 1001011 111100 0 1001111 11100100 111101 1101

Color Harmonies of #0D1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1535

Black with #0D1535

Text Example


Text Example

White with #0D1535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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