Html Css Color HEX #18207C Midnight Blue

📋 copy color: '#18207C'

red 24 ◦ green 32 ◦ blue 124

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

Shades of Midnight Blue #18207C

Tints of Midnight Blue #18207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 13.33%
G = 17.78%
B = 68.89%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18207C (or 0x18207C) is known color: Midnight Blue. HEX triplet: 18, 20 and 7C. RGB value is (24,32,124). Sum of RGB (Red+Green+Blue) = 24+32+124=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #18207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18207C is #E7DF83. Grayscale: #272727. Windows color (decimal): -15196036 or 8134680. OLE color: 8134680.

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

Color convert

RGB 24 32 124 -
CMYK 0.81 0.74 0 0.51
HSL 235.2º 0.68% 0.29% -
HSV(B) 235.2º 0.81% 0.49% -
XYZ 4.53 2.68 19.35 -
YUV 40.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 24 32 124 0.81 0.74 0 0.51 235.2 0.68 0.29
Hex 18 20 7C 51 4A 0 33 EB 44 1D
Octal 30 40 174 121 112 0 63 353 104 35
Binary 11000 100000 1111100 1010001 1001010 0 110011 11101011 1000100 11101

Color Harmonies of #18207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18207C

Black with #18207C

Text Example


Text Example

White with #18207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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