Html Css Color HEX #181D7F Midnight Blue

📋 copy color: '#181D7F'

red 24 ◦ green 29 ◦ blue 127

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

Shades of Midnight Blue #181D7F

Tints of Midnight Blue #181D7F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.11%

 BLUE value IS 127 (50% from 255) = 70.56%

R = 13.33%
G = 16.11%
B = 70.56%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#181D7F (or 0x181D7F) is known color: Midnight Blue. HEX triplet: 18, 1D and 7F. RGB value is (24,29,127). Sum of RGB (Red+Green+Blue) = 24+29+127=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #181D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D7F is #E7E280. Grayscale: #262626. Windows color (decimal): -15196801 or 8330520. OLE color: 8330520.

HSL color Cylindrical-coordinate representation of color #181D7F: hue angle of 237.09º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #181D7F is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 29 127 -
CMYK 0.81 0.77 0 0.50
HSL 237.09º 0.68% 0.3% -
HSV(B) 237.09º 0.81% 0.5% -
XYZ 4.65 2.61 20.34 -
YUV 38.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 24 29 127 0.81 0.77 0 0.50 237.09 0.68 0.3
Hex 18 1D 7F 51 4D 0 32 ED 44 1E
Octal 30 35 177 121 115 0 62 355 104 36
Binary 11000 11101 1111111 1010001 1001101 0 110010 11101101 1000100 11110

Color Harmonies of #181D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181D7F

Black with #181D7F

Text Example


Text Example

White with #181D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,29,127); }

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

background-color css

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

 a { background-color: rgb(24,29,127); }

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

border-color css

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

 span { border-color: rgb(24,29,127); }

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