Html Css Color HEX #18257F Midnight Blue

📋 copy color: '#18257F'

red 24 ◦ green 37 ◦ blue 127

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

Shades of Midnight Blue #18257F

Tints of Midnight Blue #18257F

RGB

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

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

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

R = 12.77%
G = 19.68%
B = 67.55%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18257F (or 0x18257F) is known color: Midnight Blue. HEX triplet: 18, 25 and 7F. RGB value is (24,37,127). Sum of RGB (Red+Green+Blue) = 24+37+127=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #18257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18257F is #E7DA80. Grayscale: #2B2B2B. Windows color (decimal): -15194753 or 8332568. OLE color: 8332568.

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

Color convert

RGB 24 37 127 -
CMYK 0.81 0.71 0 0.50
HSL 232.43º 0.68% 0.3% -
HSV(B) 232.43º 0.81% 0.5% -
XYZ 4.87 3.05 20.41 -
YUV 43.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 24 37 127 0.81 0.71 0 0.50 232.43 0.68 0.3
Hex 18 25 7F 51 47 0 32 E8 44 1E
Octal 30 45 177 121 107 0 62 350 104 36
Binary 11000 100101 1111111 1010001 1000111 0 110010 11101000 1000100 11110

Color Harmonies of #18257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18257F

Black with #18257F

Text Example


Text Example

White with #18257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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