Html Css Color HEX #0D104B Midnight Express

📋 copy color: '#0D104B'

red 13 ◦ green 16 ◦ blue 75

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

Shades of Midnight Express #0D104B

Tints of Midnight Express #0D104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

 BLUE value IS 75 (29.69% from 255) = 72.12%

R = 12.5%
G = 15.38%
B = 72.12%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D104B (or 0x0D104B) is known color: Midnight Express. HEX triplet: 0D, 10 and 4B. RGB value is (13,16,75). Sum of RGB (Red+Green+Blue) = 13+16+75=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D104B is #F2EFB4. Grayscale: #151515. Windows color (decimal): -15921077 or 4919309. OLE color: 4919309.

HSL color Cylindrical-coordinate representation of color #0D104B: hue angle of 237.1º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D104B is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 16 75 -
CMYK 0.83 0.79 0 0.71
HSL 237.1º 0.7% 0.17% -
HSV(B) 237.1º 0.83% 0.29% -
XYZ 1.62 0.96 6.76 -
YUV 21.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 13 16 75 0.83 0.79 0 0.71 237.1 0.7 0.17
Hex D 10 4B 53 4F 0 47 ED 46 11
Octal 15 20 113 123 117 0 107 355 106 21
Binary 1101 10000 1001011 1010011 1001111 0 1000111 11101101 1000110 10001

Color Harmonies of #0D104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D104B

Black with #0D104B

Text Example


Text Example

White with #0D104B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,16,75); }

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

background-color css

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

 a { background-color: rgb(13,16,75); }

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

border-color css

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

 span { border-color: rgb(13,16,75); }

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