Html Css Color HEX #0D123F Midnight Express

📋 copy color: '#0D123F'

red 13 ◦ green 18 ◦ blue 63

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

Shades of Midnight Express #0D123F

Tints of Midnight Express #0D123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.15%

 BLUE value IS 63 (25% from 255) = 67.02%

R = 13.83%
G = 19.15%
B = 67.02%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D123F (or 0x0D123F) is known color: Midnight Express. HEX triplet: 0D, 12 and 3F. RGB value is (13,18,63). Sum of RGB (Red+Green+Blue) = 13+18+63=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D123F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D123F is #F2EDC0. Grayscale: #151515. Windows color (decimal): -15920577 or 4133389. OLE color: 4133389.

HSL color Cylindrical-coordinate representation of color #0D123F: hue angle of 234º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D123F is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 18 63 -
CMYK 0.79 0.71 0 0.75
HSL 234º 0.66% 0.15% -
HSV(B) 234º 0.79% 0.25% -
XYZ 1.28 0.88 4.8 -
YUV 21.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 13 18 63 0.79 0.71 0 0.75 234 0.66 0.15
Hex D 12 3F 4F 47 0 4B EA 42 F
Octal 15 22 77 117 107 0 113 352 102 17
Binary 1101 10010 111111 1001111 1000111 0 1001011 11101010 1000010 1111

Color Harmonies of #0D123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D123F

Black with #0D123F

Text Example


Text Example

White with #0D123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,18,63); }

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

background-color css

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

 a { background-color: rgb(13,18,63); }

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

border-color css

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

 span { border-color: rgb(13,18,63); }

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