Html Css Color HEX #18167D Midnight Blue

📋 copy color: '#18167D'

red 24 ◦ green 22 ◦ blue 125

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

Shades of Midnight Blue #18167D

Tints of Midnight Blue #18167D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

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

R = 14.04%
G = 12.87%
B = 73.1%

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

#18167D (or 0x18167D) is known color: Midnight Blue. HEX triplet: 18, 16 and 7D. RGB value is (24,22,125). Sum of RGB (Red+Green+Blue) = 24+22+125=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #18167D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18167D is #E7E982. Grayscale: #212121. Windows color (decimal): -15198595 or 8197656. OLE color: 8197656.

HSL color Cylindrical-coordinate representation of color #18167D: hue angle of 241.17º degrees, saturation: 0.7, 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 #18167D is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 22 125 -
CMYK 0.81 0.82 0 0.51
HSL 241.17º 0.7% 0.29% -
HSV(B) 241.17º 0.82% 0.49% -
XYZ 4.37 2.25 19.61 -
YUV 34.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 24 22 125 0.81 0.82 0 0.51 241.17 0.7 0.29
Hex 18 16 7D 51 52 0 33 F1 46 1D
Octal 30 26 175 121 122 0 63 361 106 35
Binary 11000 10110 1111101 1010001 1010010 0 110011 11110001 1000110 11101

Color Harmonies of #18167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18167D

Black with #18167D

Text Example


Text Example

White with #18167D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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