Html Css Color HEX #18257D Midnight Blue

📋 copy color: '#18257D'

red 24 ◦ green 37 ◦ blue 125

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

Shades of Midnight Blue #18257D

Tints of Midnight Blue #18257D

RGB

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

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

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

R = 12.9%
G = 19.89%
B = 67.2%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18257D (or 0x18257D) is known color: Midnight Blue. HEX triplet: 18, 25 and 7D. RGB value is (24,37,125). Sum of RGB (Red+Green+Blue) = 24+37+125=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #18257D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18257D is #E7DA82. Grayscale: #2A2A2A. Windows color (decimal): -15194755 or 8201496. OLE color: 8201496.

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

Color convert

RGB 24 37 125 -
CMYK 0.81 0.70 0 0.51
HSL 232.28º 0.68% 0.29% -
HSV(B) 232.28º 0.81% 0.49% -
XYZ 4.74 3 19.73 -
YUV 43.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 24 37 125 0.81 0.70 0 0.51 232.28 0.68 0.29
Hex 18 25 7D 51 46 0 33 E8 44 1D
Octal 30 45 175 121 106 0 63 350 104 35
Binary 11000 100101 1111101 1010001 1000110 0 110011 11101000 1000100 11101

Color Harmonies of #18257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18257D

Black with #18257D

Text Example


Text Example

White with #18257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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