Html Css Color HEX #18137F Midnight Blue

📋 copy color: '#18137F'

red 24 ◦ green 19 ◦ blue 127

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

Shades of Midnight Blue #18137F

Tints of Midnight Blue #18137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

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

R = 14.12%
G = 11.18%
B = 74.71%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18137F (or 0x18137F) is known color: Midnight Blue. HEX triplet: 18, 13 and 7F. RGB value is (24,19,127). Sum of RGB (Red+Green+Blue) = 24+19+127=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #18137F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18137F is #E7EC80. Grayscale: #202020. Windows color (decimal): -15199361 or 8327960. OLE color: 8327960.

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

Color convert

RGB 24 19 127 -
CMYK 0.81 0.85 0 0.50
HSL 242.78º 0.74% 0.29% -
HSV(B) 242.78º 0.85% 0.5% -
XYZ 4.44 2.19 20.27 -
YUV 32.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 24 19 127 0.81 0.85 0 0.50 242.78 0.74 0.29
Hex 18 13 7F 51 55 0 32 F3 4A 1D
Octal 30 23 177 121 125 0 62 363 112 35
Binary 11000 10011 1111111 1010001 1010101 0 110010 11110011 1001010 11101

Color Harmonies of #18137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18137F

Black with #18137F

Text Example


Text Example

White with #18137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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