Html Css Color HEX #18267D Midnight Blue

📋 copy color: '#18267D'

red 24 ◦ green 38 ◦ blue 125

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

Shades of Midnight Blue #18267D

Tints of Midnight Blue #18267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

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

R = 12.83%
G = 20.32%
B = 66.84%

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

#18267D (or 0x18267D) is known color: Midnight Blue. HEX triplet: 18, 26 and 7D. RGB value is (24,38,125). Sum of RGB (Red+Green+Blue) = 24+38+125=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #18267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18267D is #E7D982. Grayscale: #2B2B2B. Windows color (decimal): -15194499 or 8201752. OLE color: 8201752.

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

Color convert

RGB 24 38 125 -
CMYK 0.81 0.70 0 0.51
HSL 231.68º 0.68% 0.29% -
HSV(B) 231.68º 0.81% 0.49% -
XYZ 4.77 3.06 19.74 -
YUV 43.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 24 38 125 0.81 0.70 0 0.51 231.68 0.68 0.29
Hex 18 26 7D 51 46 0 33 E8 44 1D
Octal 30 46 175 121 106 0 63 350 104 35
Binary 11000 100110 1111101 1010001 1000110 0 110011 11101000 1000100 11101

Color Harmonies of #18267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18267D

Black with #18267D

Text Example


Text Example

White with #18267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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