Html Css Color HEX #18267C Midnight Blue

📋 copy color: '#18267C'

red 24 ◦ green 38 ◦ blue 124

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

Shades of Midnight Blue #18267C

Tints of Midnight Blue #18267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 66.67%

R = 12.9%
G = 20.43%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18267C (or 0x18267C) is known color: Midnight Blue. HEX triplet: 18, 26 and 7C. RGB value is (24,38,124). Sum of RGB (Red+Green+Blue) = 24+38+124=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #18267C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18267C is #E7D983. Grayscale: #2B2B2B. Windows color (decimal): -15194500 or 8136216. OLE color: 8136216.

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

Color convert

RGB 24 38 124 -
CMYK 0.81 0.69 0 0.51
HSL 231.6º 0.68% 0.29% -
HSV(B) 231.6º 0.81% 0.49% -
XYZ 4.71 3.04 19.41 -
YUV 43.62 173.36 114.01 -
System Red Green Blue C M Y K H S L
Decimal 24 38 124 0.81 0.69 0 0.51 231.6 0.68 0.29
Hex 18 26 7C 51 45 0 33 E8 44 1D
Octal 30 46 174 121 105 0 63 350 104 35
Binary 11000 100110 1111100 1010001 1000101 0 110011 11101000 1000100 11101

Color Harmonies of #18267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18267C

Black with #18267C

Text Example


Text Example

White with #18267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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