Html Css Color HEX #181C7D Midnight Blue

📋 copy color: '#181C7D'

red 24 ◦ green 28 ◦ blue 125

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

Shades of Midnight Blue #181C7D

Tints of Midnight Blue #181C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 70.62%

R = 13.56%
G = 15.82%
B = 70.62%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#181C7D (or 0x181C7D) is known color: Midnight Blue. HEX triplet: 18, 1C and 7D. RGB value is (24,28,125). Sum of RGB (Red+Green+Blue) = 24+28+125=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #181C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C7D is #E7E382. Grayscale: #252525. Windows color (decimal): -15197059 or 8199192. OLE color: 8199192.

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

Color convert

RGB 24 28 125 -
CMYK 0.81 0.78 0 0.51
HSL 237.62º 0.68% 0.29% -
HSV(B) 237.62º 0.81% 0.49% -
XYZ 4.49 2.51 19.65 -
YUV 37.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 24 28 125 0.81 0.78 0 0.51 237.62 0.68 0.29
Hex 18 1C 7D 51 4E 0 33 EE 44 1D
Octal 30 34 175 121 116 0 63 356 104 35
Binary 11000 11100 1111101 1010001 1001110 0 110011 11101110 1000100 11101

Color Harmonies of #181C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C7D

Black with #181C7D

Text Example


Text Example

White with #181C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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