Html Css Color HEX #0D1630 Midnight Express

📋 copy color: '#0D1630'

red 13 ◦ green 22 ◦ blue 48

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

Shades of Midnight Express #0D1630

Tints of Midnight Express #0D1630

RGB

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

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

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

R = 15.66%
G = 26.51%
B = 57.83%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0D1630 (or 0x0D1630) is known color: Midnight Express. HEX triplet: 0D, 16 and 30. RGB value is (13,22,48). Sum of RGB (Red+Green+Blue) = 13+22+48=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1630 is #F2E9CF. Grayscale: #161616. Windows color (decimal): -15919568 or 3151373. OLE color: 3151373.

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

Color convert

RGB 13 22 48 -
CMYK 0.73 0.54 0 0.81
HSL 224.57º 0.57% 0.12% -
HSV(B) 224.57º 0.73% 0.19% -
XYZ 0.99 0.87 2.91 -
YUV 22.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 13 22 48 0.73 0.54 0 0.81 224.57 0.57 0.12
Hex D 16 30 49 36 0 51 E1 39 C
Octal 15 26 60 111 66 0 121 341 71 14
Binary 1101 10110 110000 1001001 110110 0 1010001 11100001 111001 1100

Color Harmonies of #0D1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1630

Black with #0D1630

Text Example


Text Example

White with #0D1630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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