Html Css Color HEX #18273B Midnight

📋 copy color: '#18273B'

red 24 ◦ green 39 ◦ blue 59

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

Shades of Midnight #18273B

Tints of Midnight #18273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.97%

 BLUE value IS 59 (23.44% from 255) = 48.36%

R = 19.67%
G = 31.97%
B = 48.36%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18273B (or 0x18273B) is known color: Midnight. HEX triplet: 18, 27 and 3B. RGB value is (24,39,59). Sum of RGB (Red+Green+Blue) = 24+39+59=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #18273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18273B is #E7D8C4. Grayscale: #242424. Windows color (decimal): -15194309 or 3876632. OLE color: 3876632.

HSL color Cylindrical-coordinate representation of color #18273B: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18273B is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 39 59 -
CMYK 0.59 0.34 0 0.77
HSL 214.29º 0.42% 0.16% -
HSV(B) 214.29º 0.59% 0.23% -
XYZ 1.89 1.96 4.42 -
YUV 36.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 24 39 59 0.59 0.34 0 0.77 214.29 0.42 0.16
Hex 18 27 3B 3B 22 0 4D D6 2A 10
Octal 30 47 73 73 42 0 115 326 52 20
Binary 11000 100111 111011 111011 100010 0 1001101 11010110 101010 10000

Color Harmonies of #18273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18273B

Black with #18273B

Text Example


Text Example

White with #18273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18273B; }

 p { color: rgb(24,39,59); }

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

background-color css

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

 a { background-color: rgb(24,39,59); }

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

border-color css

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

 span { border-color: rgb(24,39,59); }

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