Html Css Color HEX #0D083D Midnight Express

📋 copy color: '#0D083D'

red 13 ◦ green 8 ◦ blue 61

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

Shades of Midnight Express #0D083D

Tints of Midnight Express #0D083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.76%

 BLUE value IS 61 (24.22% from 255) = 74.39%

R = 15.85%
G = 9.76%
B = 74.39%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0D083D (or 0x0D083D) is known color: Midnight Express. HEX triplet: 0D, 08 and 3D. RGB value is (13,8,61). Sum of RGB (Red+Green+Blue) = 13+8+61=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D083D is #F2F7C2. Grayscale: #0F0F0F. Windows color (decimal): -15923139 or 3999757. OLE color: 3999757.

HSL color Cylindrical-coordinate representation of color #0D083D: hue angle of 245.66º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D083D is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 13 8 61 -
CMYK 0.79 0.87 0 0.76
HSL 245.66º 0.77% 0.14% -
HSV(B) 245.66º 0.87% 0.24% -
XYZ 1.1 0.6 4.47 -
YUV 15.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 13 8 61 0.79 0.87 0 0.76 245.66 0.77 0.14
Hex D 8 3D 4F 57 0 4C F6 4D E
Octal 15 10 75 117 127 0 114 366 115 16
Binary 1101 1000 111101 1001111 1010111 0 1001100 11110110 1001101 1110

Color Harmonies of #0D083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D083D

Black with #0D083D

Text Example


Text Example

White with #0D083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,8,61); }

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

background-color css

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

 a { background-color: rgb(13,8,61); }

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

border-color css

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

 span { border-color: rgb(13,8,61); }

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