Html Css Color HEX #182348 Midnight Express

📋 copy color: '#182348'

red 24 ◦ green 35 ◦ blue 72

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

Shades of Midnight Express #182348

Tints of Midnight Express #182348

RGB

 RED value IS 24 (9.77% from 255) = 18.32%

 GREEN value IS 35 (14.06% from 255) = 26.72%

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 18.32%
G = 26.72%
B = 54.96%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#182348 (or 0x182348) is known color: Midnight Express. HEX triplet: 18, 23 and 48. RGB value is (24,35,72). Sum of RGB (Red+Green+Blue) = 24+35+72=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #182348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182348 is #E7DCB7. Grayscale: #232323. Windows color (decimal): -15195320 or 4727576. OLE color: 4727576.

HSL color Cylindrical-coordinate representation of color #182348: hue angle of 226.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182348 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 35 72 -
CMYK 0.67 0.51 0 0.72
HSL 226.25º 0.5% 0.19% -
HSV(B) 226.25º 0.67% 0.28% -
XYZ 2.15 1.86 6.38 -
YUV 35.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 24 35 72 0.67 0.51 0 0.72 226.25 0.5 0.19
Hex 18 23 48 43 33 0 48 E2 32 13
Octal 30 43 110 103 63 0 110 342 62 23
Binary 11000 100011 1001000 1000011 110011 0 1001000 11100010 110010 10011

Color Harmonies of #182348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182348

Black with #182348

Text Example


Text Example

White with #182348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182348; }

 p { color: rgb(24,35,72); }

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

background-color css

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

 a { background-color: rgb(24,35,72); }

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

border-color css

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

 span { border-color: rgb(24,35,72); }

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