Html Css Color HEX #18287E Midnight Blue

📋 copy color: '#18287E'

red 24 ◦ green 40 ◦ blue 126

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

Shades of Midnight Blue #18287E

Tints of Midnight Blue #18287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 66.32%

R = 12.63%
G = 21.05%
B = 66.32%

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

#18287E (or 0x18287E) is known color: Midnight Blue. HEX triplet: 18, 28 and 7E. RGB value is (24,40,126). Sum of RGB (Red+Green+Blue) = 24+40+126=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 126 (49.61% from 255 or 66.32% from 190); Max value from RGB is 126 - color contains mainly: blue. Hex color #18287E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18287E is #E7D781. Grayscale: #2C2C2C. Windows color (decimal): -15193986 or 8267800. OLE color: 8267800.

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

Color convert

RGB 24 40 126 -
CMYK 0.81 0.68 0 0.51
HSL 230.59º 0.68% 0.29% -
HSV(B) 230.59º 0.81% 0.49% -
XYZ 4.9 3.22 20.1 -
YUV 45.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 24 40 126 0.81 0.68 0 0.51 230.59 0.68 0.29
Hex 18 28 7E 51 44 0 33 E7 44 1D
Octal 30 50 176 121 104 0 63 347 104 35
Binary 11000 101000 1111110 1010001 1000100 0 110011 11100111 1000100 11101

Color Harmonies of #18287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18287E

Black with #18287E

Text Example


Text Example

White with #18287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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