Html Css Color HEX #0D1730 Midnight Express

📋 copy color: '#0D1730'

red 13 ◦ green 23 ◦ blue 48

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

Shades of Midnight Express #0D1730

Tints of Midnight Express #0D1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.38%

 BLUE value IS 48 (19.14% from 255) = 57.14%

R = 15.48%
G = 27.38%
B = 57.14%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0D1730 (or 0x0D1730) is known color: Midnight Express. HEX triplet: 0D, 17 and 30. RGB value is (13,23,48). Sum of RGB (Red+Green+Blue) = 13+23+48=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1730 is #F2E8CF. Grayscale: #161616. Windows color (decimal): -15919312 or 3151629. OLE color: 3151629.

HSL color Cylindrical-coordinate representation of color #0D1730: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D1730 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 23 48 -
CMYK 0.73 0.52 0 0.81
HSL 222.86º 0.57% 0.12% -
HSV(B) 222.86º 0.73% 0.19% -
XYZ 1.01 0.91 2.92 -
YUV 22.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 13 23 48 0.73 0.52 0 0.81 222.86 0.57 0.12
Hex D 17 30 49 34 0 51 DF 39 C
Octal 15 27 60 111 64 0 121 337 71 14
Binary 1101 10111 110000 1001001 110100 0 1010001 11011111 111001 1100

Color Harmonies of #0D1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1730

Black with #0D1730

Text Example


Text Example

White with #0D1730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,23,48); }

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

background-color css

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

 a { background-color: rgb(13,23,48); }

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

border-color css

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

 span { border-color: rgb(13,23,48); }

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