Html Css Color HEX #18284C Midnight Express

📋 copy color: '#18284C'

red 24 ◦ green 40 ◦ blue 76

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

Shades of Midnight Express #18284C

Tints of Midnight Express #18284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

 BLUE value IS 76 (30.08% from 255) = 54.29%

R = 17.14%
G = 28.57%
B = 54.29%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18284C (or 0x18284C) is known color: Midnight Express. HEX triplet: 18, 28 and 4C. RGB value is (24,40,76). Sum of RGB (Red+Green+Blue) = 24+40+76=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #18284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18284C is #E7D7B3. Grayscale: #272727. Windows color (decimal): -15194036 or 4991000. OLE color: 4991000.

HSL color Cylindrical-coordinate representation of color #18284C: hue angle of 221.54º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18284C is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 40 76 -
CMYK 0.68 0.47 0 0.70
HSL 221.54º 0.52% 0.2% -
HSV(B) 221.54º 0.68% 0.3% -
XYZ 2.44 2.23 7.14 -
YUV 39.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 24 40 76 0.68 0.47 0 0.70 221.54 0.52 0.2
Hex 18 28 4C 44 2F 0 46 DE 34 14
Octal 30 50 114 104 57 0 106 336 64 24
Binary 11000 101000 1001100 1000100 101111 0 1000110 11011110 110100 10100

Color Harmonies of #18284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18284C

Black with #18284C

Text Example


Text Example

White with #18284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18284C; }

 p { color: rgb(24,40,76); }

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

background-color css

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

 a { background-color: rgb(24,40,76); }

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

border-color css

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

 span { border-color: rgb(24,40,76); }

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