Html Css Color HEX #18297C Midnight Blue

📋 copy color: '#18297C'

red 24 ◦ green 41 ◦ blue 124

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

Shades of Midnight Blue #18297C

Tints of Midnight Blue #18297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 12.7%
G = 21.69%
B = 65.61%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18297C (or 0x18297C) is known color: Midnight Blue. HEX triplet: 18, 29 and 7C. RGB value is (24,41,124). Sum of RGB (Red+Green+Blue) = 24+41+124=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #18297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18297C is #E7D683. Grayscale: #2D2D2D. Windows color (decimal): -15193732 or 8136984. OLE color: 8136984.

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

Color convert

RGB 24 41 124 -
CMYK 0.81 0.67 0 0.51
HSL 229.8º 0.68% 0.29% -
HSV(B) 229.8º 0.81% 0.49% -
XYZ 4.81 3.24 19.44 -
YUV 45.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 24 41 124 0.81 0.67 0 0.51 229.8 0.68 0.29
Hex 18 29 7C 51 43 0 33 E6 44 1D
Octal 30 51 174 121 103 0 63 346 104 35
Binary 11000 101001 1111100 1010001 1000011 0 110011 11100110 1000100 11101

Color Harmonies of #18297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18297C

Black with #18297C

Text Example


Text Example

White with #18297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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