Html Css Color HEX #18257E Midnight Blue

📋 copy color: '#18257E'

red 24 ◦ green 37 ◦ blue 126

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

Shades of Midnight Blue #18257E

Tints of Midnight Blue #18257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 12.83%
G = 19.79%
B = 67.38%

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

#18257E (or 0x18257E) is known color: Midnight Blue. HEX triplet: 18, 25 and 7E. RGB value is (24,37,126). Sum of RGB (Red+Green+Blue) = 24+37+126=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 126 (49.61% from 255 or 67.38% from 187); Max value from RGB is 126 - color contains mainly: blue. Hex color #18257E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18257E is #E7DA81. Grayscale: #2A2A2A. Windows color (decimal): -15194754 or 8267032. OLE color: 8267032.

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

Color convert

RGB 24 37 126 -
CMYK 0.81 0.71 0 0.51
HSL 232.35º 0.68% 0.29% -
HSV(B) 232.35º 0.81% 0.49% -
XYZ 4.8 3.02 20.07 -
YUV 43.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 24 37 126 0.81 0.71 0 0.51 232.35 0.68 0.29
Hex 18 25 7E 51 47 0 33 E8 44 1D
Octal 30 45 176 121 107 0 63 350 104 35
Binary 11000 100101 1111110 1010001 1000111 0 110011 11101000 1000100 11101

Color Harmonies of #18257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18257E

Black with #18257E

Text Example


Text Example

White with #18257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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