Html Css Color HEX #0D1C4B Midnight Express

📋 copy color: '#0D1C4B'

red 13 ◦ green 28 ◦ blue 75

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

Shades of Midnight Express #0D1C4B

Tints of Midnight Express #0D1C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.14%

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

R = 11.21%
G = 24.14%
B = 64.66%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D1C4B (or 0x0D1C4B) is known color: Midnight Express. HEX triplet: 0D, 1C and 4B. RGB value is (13,28,75). Sum of RGB (Red+Green+Blue) = 13+28+75=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D1C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1C4B is #F2E3B4. Grayscale: #1C1C1C. Windows color (decimal): -15918005 or 4922381. OLE color: 4922381.

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

Color convert

RGB 13 28 75 -
CMYK 0.83 0.63 0 0.71
HSL 225.48º 0.7% 0.17% -
HSV(B) 225.48º 0.83% 0.29% -
XYZ 1.85 1.42 6.83 -
YUV 28.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 13 28 75 0.83 0.63 0 0.71 225.48 0.7 0.17
Hex D 1C 4B 53 3F 0 47 E1 46 11
Octal 15 34 113 123 77 0 107 341 106 21
Binary 1101 11100 1001011 1010011 111111 0 1000111 11100001 1000110 10001

Color Harmonies of #0D1C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1C4B

Black with #0D1C4B

Text Example


Text Example

White with #0D1C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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