Html Css Color HEX #18187A Midnight Blue

📋 copy color: '#18187A'

red 24 ◦ green 24 ◦ blue 122

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

Shades of Midnight Blue #18187A

Tints of Midnight Blue #18187A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 71.76%

R = 14.12%
G = 14.12%
B = 71.76%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18187A (or 0x18187A) is known color: Midnight Blue. HEX triplet: 18, 18 and 7A. RGB value is (24,24,122). Sum of RGB (Red+Green+Blue) = 24+24+122=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 122 (48.05% from 255 or 71.76% from 170); Max value from RGB is 122 - color contains mainly: blue. Hex color #18187A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18187A is #E7E785. Grayscale: #222222. Windows color (decimal): -15198086 or 8001560. OLE color: 8001560.

HSL color Cylindrical-coordinate representation of color #18187A: hue angle of 240º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18187A is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 24 122 -
CMYK 0.80 0.80 0 0.52
HSL 240º 0.67% 0.29% -
HSV(B) 240º 0.8% 0.48% -
XYZ 4.22 2.25 18.62 -
YUV 35.17 177 120.03 -
System Red Green Blue C M Y K H S L
Decimal 24 24 122 0.80 0.80 0 0.52 240 0.67 0.29
Hex 18 18 7A 50 50 0 34 F0 43 1D
Octal 30 30 172 120 120 0 64 360 103 35
Binary 11000 11000 1111010 1010000 1010000 0 110100 11110000 1000011 11101

Color Harmonies of #18187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18187A

Black with #18187A

Text Example


Text Example

White with #18187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18187A; }

 p { color: rgb(24,24,122); }

 H1.HeaderClassName
 {
   color: #18187A;
 }
 .AnyTagClassName
 {
   color: #18187A;
 }
</style>

background-color css

<style>
 a { background-color: #18187A; }

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

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

border-color css

<style>
 span { border-color: #18187A; }

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

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