Html Css Color HEX #0D1D4B Midnight Express

📋 copy color: '#0D1D4B'

red 13 ◦ green 29 ◦ blue 75

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

Shades of Midnight Express #0D1D4B

Tints of Midnight Express #0D1D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.79%

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

R = 11.11%
G = 24.79%
B = 64.1%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D1D4B (or 0x0D1D4B) is known color: Midnight Express. HEX triplet: 0D, 1D and 4B. RGB value is (13,29,75). Sum of RGB (Red+Green+Blue) = 13+29+75=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D1D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D4B is #F2E2B4. Grayscale: #1D1D1D. Windows color (decimal): -15917749 or 4922637. OLE color: 4922637.

HSL color Cylindrical-coordinate representation of color #0D1D4B: hue angle of 224.52º 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 #0D1D4B is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 29 75 -
CMYK 0.83 0.61 0 0.71
HSL 224.52º 0.7% 0.17% -
HSV(B) 224.52º 0.83% 0.29% -
XYZ 1.88 1.47 6.84 -
YUV 29.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 13 29 75 0.83 0.61 0 0.71 224.52 0.7 0.17
Hex D 1D 4B 53 3D 0 47 E1 46 11
Octal 15 35 113 123 75 0 107 341 106 21
Binary 1101 11101 1001011 1010011 111101 0 1000111 11100001 1000110 10001

Color Harmonies of #0D1D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D4B

Black with #0D1D4B

Text Example


Text Example

White with #0D1D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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