Html Css Color HEX #0D1A30 Midnight Express

📋 copy color: '#0D1A30'

red 13 ◦ green 26 ◦ blue 48

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

Shades of Midnight Express #0D1A30

Tints of Midnight Express #0D1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.89%

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

R = 14.94%
G = 29.89%
B = 55.17%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0D1A30 (or 0x0D1A30) is known color: Midnight Express. HEX triplet: 0D, 1A and 30. RGB value is (13,26,48). Sum of RGB (Red+Green+Blue) = 13+26+48=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1A30 is #F2E5CF. Grayscale: #181818. Windows color (decimal): -15918544 or 3152397. OLE color: 3152397.

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

Color convert

RGB 13 26 48 -
CMYK 0.73 0.46 0 0.81
HSL 217.71º 0.57% 0.12% -
HSV(B) 217.71º 0.73% 0.19% -
XYZ 1.07 1.04 2.94 -
YUV 24.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 13 26 48 0.73 0.46 0 0.81 217.71 0.57 0.12
Hex D 1A 30 49 2E 0 51 DA 39 C
Octal 15 32 60 111 56 0 121 332 71 14
Binary 1101 11010 110000 1001001 101110 0 1010001 11011010 111001 1100

Color Harmonies of #0D1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A30

Black with #0D1A30

Text Example


Text Example

White with #0D1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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