Html Css Color HEX #18117F Midnight Blue

📋 copy color: '#18117F'

red 24 ◦ green 17 ◦ blue 127

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

Shades of Midnight Blue #18117F

Tints of Midnight Blue #18117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

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

R = 14.29%
G = 10.12%
B = 75.6%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18117F (or 0x18117F) is known color: Midnight Blue. HEX triplet: 18, 11 and 7F. RGB value is (24,17,127). Sum of RGB (Red+Green+Blue) = 24+17+127=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #18117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18117F is #E7EE80. Grayscale: #1F1F1F. Windows color (decimal): -15199873 or 8327448. OLE color: 8327448.

HSL color Cylindrical-coordinate representation of color #18117F: hue angle of 243.82º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18117F is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 17 127 -
CMYK 0.81 0.87 0 0.50
HSL 243.82º 0.76% 0.28% -
HSV(B) 243.82º 0.87% 0.5% -
XYZ 4.41 2.13 20.26 -
YUV 31.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 24 17 127 0.81 0.87 0 0.50 243.82 0.76 0.28
Hex 18 11 7F 51 57 0 32 F4 4C 1C
Octal 30 21 177 121 127 0 62 364 114 34
Binary 11000 10001 1111111 1010001 1010111 0 110010 11110100 1001100 11100

Color Harmonies of #18117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18117F

Black with #18117F

Text Example


Text Example

White with #18117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18117F; }

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

 H1.HeaderClassName
 {
   color: #18117F;
 }
 .AnyTagClassName
 {
   color: #18117F;
 }
</style>

background-color css

<style>
 a { background-color: #18117F; }

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

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

border-color css

<style>
 span { border-color: #18117F; }

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

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