Html Css Color HEX #18247F Midnight Blue

📋 copy color: '#18247F'

red 24 ◦ green 36 ◦ blue 127

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

Shades of Midnight Blue #18247F

Tints of Midnight Blue #18247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 67.91%

R = 12.83%
G = 19.25%
B = 67.91%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18247F (or 0x18247F) is known color: Midnight Blue. HEX triplet: 18, 24 and 7F. RGB value is (24,36,127). Sum of RGB (Red+Green+Blue) = 24+36+127=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #18247F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18247F is #E7DB80. Grayscale: #2A2A2A. Windows color (decimal): -15195009 or 8332312. OLE color: 8332312.

HSL color Cylindrical-coordinate representation of color #18247F: hue angle of 233.01º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18247F is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 36 127 -
CMYK 0.81 0.72 0 0.50
HSL 233.01º 0.68% 0.3% -
HSV(B) 233.01º 0.81% 0.5% -
XYZ 4.84 2.99 20.4 -
YUV 42.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 24 36 127 0.81 0.72 0 0.50 233.01 0.68 0.3
Hex 18 24 7F 51 48 0 32 E9 44 1E
Octal 30 44 177 121 110 0 62 351 104 36
Binary 11000 100100 1111111 1010001 1001000 0 110010 11101001 1000100 11110

Color Harmonies of #18247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18247F

Black with #18247F

Text Example


Text Example

White with #18247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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