Html Css Color HEX #18177D Midnight Blue

📋 copy color: '#18177D'

red 24 ◦ green 23 ◦ blue 125

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

Shades of Midnight Blue #18177D

Tints of Midnight Blue #18177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.37%

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

R = 13.95%
G = 13.37%
B = 72.67%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18177D (or 0x18177D) is known color: Midnight Blue. HEX triplet: 18, 17 and 7D. RGB value is (24,23,125). Sum of RGB (Red+Green+Blue) = 24+23+125=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #18177D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18177D is #E7E882. Grayscale: #222222. Windows color (decimal): -15198339 or 8197912. OLE color: 8197912.

HSL color Cylindrical-coordinate representation of color #18177D: hue angle of 240.59º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18177D is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 23 125 -
CMYK 0.81 0.82 0 0.51
HSL 240.59º 0.69% 0.29% -
HSV(B) 240.59º 0.82% 0.49% -
XYZ 4.38 2.29 19.61 -
YUV 34.93 178.83 120.21 -
System Red Green Blue C M Y K H S L
Decimal 24 23 125 0.81 0.82 0 0.51 240.59 0.69 0.29
Hex 18 17 7D 51 52 0 33 F1 45 1D
Octal 30 27 175 121 122 0 63 361 105 35
Binary 11000 10111 1111101 1010001 1010010 0 110011 11110001 1000101 11101

Color Harmonies of #18177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18177D

Black with #18177D

Text Example


Text Example

White with #18177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18177D; }

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

 H1.HeaderClassName
 {
   color: #18177D;
 }
 .AnyTagClassName
 {
   color: #18177D;
 }
</style>

background-color css

<style>
 a { background-color: #18177D; }

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

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

border-color css

<style>
 span { border-color: #18177D; }

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

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