Html Css Color HEX #0D123D Midnight Express

📋 copy color: '#0D123D'

red 13 ◦ green 18 ◦ blue 61

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

Shades of Midnight Express #0D123D

Tints of Midnight Express #0D123D

RGB

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

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

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

R = 14.13%
G = 19.57%
B = 66.3%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0D123D (or 0x0D123D) is known color: Midnight Express. HEX triplet: 0D, 12 and 3D. RGB value is (13,18,61). Sum of RGB (Red+Green+Blue) = 13+18+61=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D123D is #F2EDC2. Grayscale: #151515. Windows color (decimal): -15920579 or 4002317. OLE color: 4002317.

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

Color convert

RGB 13 18 61 -
CMYK 0.79 0.70 0 0.76
HSL 233.75º 0.65% 0.15% -
HSV(B) 233.75º 0.79% 0.24% -
XYZ 1.22 0.86 4.52 -
YUV 21.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 13 18 61 0.79 0.70 0 0.76 233.75 0.65 0.15
Hex D 12 3D 4F 46 0 4C EA 41 F
Octal 15 22 75 117 106 0 114 352 101 17
Binary 1101 10010 111101 1001111 1000110 0 1001100 11101010 1000001 1111

Color Harmonies of #0D123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D123D

Black with #0D123D

Text Example


Text Example

White with #0D123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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