Html Css Color HEX #181C7C Midnight Blue

📋 copy color: '#181C7C'

red 24 ◦ green 28 ◦ blue 124

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

Shades of Midnight Blue #181C7C

Tints of Midnight Blue #181C7C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

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

R = 13.64%
G = 15.91%
B = 70.45%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#181C7C (or 0x181C7C) is known color: Midnight Blue. HEX triplet: 18, 1C and 7C. RGB value is (24,28,124). Sum of RGB (Red+Green+Blue) = 24+28+124=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #181C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C7C is #E7E383. Grayscale: #252525. Windows color (decimal): -15197060 or 8133656. OLE color: 8133656.

HSL color Cylindrical-coordinate representation of color #181C7C: hue angle of 237.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 #181C7C is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 28 124 -
CMYK 0.81 0.77 0 0.51
HSL 237.6º 0.68% 0.29% -
HSV(B) 237.6º 0.81% 0.49% -
XYZ 4.43 2.48 19.31 -
YUV 37.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 24 28 124 0.81 0.77 0 0.51 237.6 0.68 0.29
Hex 18 1C 7C 51 4D 0 33 EE 44 1D
Octal 30 34 174 121 115 0 63 356 104 35
Binary 11000 11100 1111100 1010001 1001101 0 110011 11101110 1000100 11101

Color Harmonies of #181C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C7C

Black with #181C7C

Text Example


Text Example

White with #181C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181C7C; }

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

 H1.HeaderClassName
 {
   color: #181C7C;
 }
 .AnyTagClassName
 {
   color: #181C7C;
 }
</style>

background-color css

<style>
 a { background-color: #181C7C; }

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

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

border-color css

<style>
 span { border-color: #181C7C; }

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

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