Html Css Color HEX #18287D Midnight Blue

📋 copy color: '#18287D'

red 24 ◦ green 40 ◦ blue 125

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

Shades of Midnight Blue #18287D

Tints of Midnight Blue #18287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.14%

R = 12.7%
G = 21.16%
B = 66.14%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18287D (or 0x18287D) is known color: Midnight Blue. HEX triplet: 18, 28 and 7D. RGB value is (24,40,125). Sum of RGB (Red+Green+Blue) = 24+40+125=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #18287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18287D is #E7D782. Grayscale: #2C2C2C. Windows color (decimal): -15193987 or 8202264. OLE color: 8202264.

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

Color convert

RGB 24 40 125 -
CMYK 0.81 0.68 0 0.51
HSL 230.5º 0.68% 0.29% -
HSV(B) 230.5º 0.81% 0.49% -
XYZ 4.84 3.19 19.76 -
YUV 44.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 24 40 125 0.81 0.68 0 0.51 230.5 0.68 0.29
Hex 18 28 7D 51 44 0 33 E6 44 1D
Octal 30 50 175 121 104 0 63 346 104 35
Binary 11000 101000 1111101 1010001 1000100 0 110011 11100110 1000100 11101

Color Harmonies of #18287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18287D

Black with #18287D

Text Example


Text Example

White with #18287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18287D; }

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

 H1.HeaderClassName
 {
   color: #18287D;
 }
 .AnyTagClassName
 {
   color: #18287D;
 }
</style>

background-color css

<style>
 a { background-color: #18287D; }

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

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

border-color css

<style>
 span { border-color: #18287D; }

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

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