Html Css Color HEX #18237C Midnight Blue

📋 copy color: '#18237C'

red 24 ◦ green 35 ◦ blue 124

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

Shades of Midnight Blue #18237C

Tints of Midnight Blue #18237C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 67.76%

R = 13.11%
G = 19.13%
B = 67.76%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18237C (or 0x18237C) is known color: Midnight Blue. HEX triplet: 18, 23 and 7C. RGB value is (24,35,124). Sum of RGB (Red+Green+Blue) = 24+35+124=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #18237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18237C is #E7DC83. Grayscale: #292929. Windows color (decimal): -15195268 or 8135448. OLE color: 8135448.

HSL color Cylindrical-coordinate representation of color #18237C: hue angle of 233.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18237C is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 35 124 -
CMYK 0.81 0.72 0 0.51
HSL 233.4º 0.68% 0.29% -
HSV(B) 233.4º 0.81% 0.49% -
XYZ 4.62 2.85 19.38 -
YUV 41.86 174.36 115.26 -
System Red Green Blue C M Y K H S L
Decimal 24 35 124 0.81 0.72 0 0.51 233.4 0.68 0.29
Hex 18 23 7C 51 48 0 33 E9 44 1D
Octal 30 43 174 121 110 0 63 351 104 35
Binary 11000 100011 1111100 1010001 1001000 0 110011 11101001 1000100 11101

Color Harmonies of #18237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18237C

Black with #18237C

Text Example


Text Example

White with #18237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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