Html Css Color HEX #18266D Midnight Blue

📋 copy color: '#18266D'

red 24 ◦ green 38 ◦ blue 109

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

Shades of Midnight Blue #18266D

Tints of Midnight Blue #18266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 14.04%
G = 22.22%
B = 63.74%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18266D (or 0x18266D) is known color: Midnight Blue. HEX triplet: 18, 26 and 6D. RGB value is (24,38,109). Sum of RGB (Red+Green+Blue) = 24+38+109=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #18266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18266D is #E7D992. Grayscale: #292929. Windows color (decimal): -15194515 or 7153176. OLE color: 7153176.

HSL color Cylindrical-coordinate representation of color #18266D: hue angle of 230.12º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18266D is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 38 109 -
CMYK 0.78 0.65 0 0.57
HSL 230.12º 0.64% 0.26% -
HSV(B) 230.12º 0.78% 0.43% -
XYZ 3.83 2.68 14.78 -
YUV 41.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 24 38 109 0.78 0.65 0 0.57 230.12 0.64 0.26
Hex 18 26 6D 4E 41 0 39 E6 40 1A
Octal 30 46 155 116 101 0 71 346 100 32
Binary 11000 100110 1101101 1001110 1000001 0 111001 11100110 1000000 11010

Color Harmonies of #18266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18266D

Black with #18266D

Text Example


Text Example

White with #18266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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