Html Css Color HEX #18247C Midnight Blue

📋 copy color: '#18247C'

red 24 ◦ green 36 ◦ blue 124

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

Shades of Midnight Blue #18247C

Tints of Midnight Blue #18247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.57%

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

R = 13.04%
G = 19.57%
B = 67.39%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18247C (or 0x18247C) is known color: Midnight Blue. HEX triplet: 18, 24 and 7C. RGB value is (24,36,124). Sum of RGB (Red+Green+Blue) = 24+36+124=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #18247C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18247C is #E7DB83. Grayscale: #2A2A2A. Windows color (decimal): -15195012 or 8135704. OLE color: 8135704.

HSL color Cylindrical-coordinate representation of color #18247C: hue angle of 232.8º 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 #18247C is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 36 124 -
CMYK 0.81 0.71 0 0.51
HSL 232.8º 0.68% 0.29% -
HSV(B) 232.8º 0.81% 0.49% -
XYZ 4.65 2.91 19.39 -
YUV 42.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 24 36 124 0.81 0.71 0 0.51 232.8 0.68 0.29
Hex 18 24 7C 51 47 0 33 E9 44 1D
Octal 30 44 174 121 107 0 63 351 104 35
Binary 11000 100100 1111100 1010001 1000111 0 110011 11101001 1000100 11101

Color Harmonies of #18247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18247C

Black with #18247C

Text Example


Text Example

White with #18247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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