Html Css Color HEX #182A7E Midnight Blue

📋 copy color: '#182A7E'

red 24 ◦ green 42 ◦ blue 126

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

Shades of Midnight Blue #182A7E

Tints of Midnight Blue #182A7E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.88%

 BLUE value IS 126 (49.61% from 255) = 65.63%

R = 12.5%
G = 21.88%
B = 65.63%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#182A7E (or 0x182A7E) is known color: Midnight Blue. HEX triplet: 18, 2A and 7E. RGB value is (24,42,126). Sum of RGB (Red+Green+Blue) = 24+42+126=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 126 (49.61% from 255 or 65.62% from 192); Max value from RGB is 126 - color contains mainly: blue. Hex color #182A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A7E is #E7D581. Grayscale: #2D2D2D. Windows color (decimal): -15193474 or 8268312. OLE color: 8268312.

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

Color convert

RGB 24 42 126 -
CMYK 0.81 0.67 0 0.51
HSL 229.41º 0.68% 0.29% -
HSV(B) 229.41º 0.81% 0.49% -
XYZ 4.97 3.36 20.12 -
YUV 46.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 24 42 126 0.81 0.67 0 0.51 229.41 0.68 0.29
Hex 18 2A 7E 51 43 0 33 E5 44 1D
Octal 30 52 176 121 103 0 63 345 104 35
Binary 11000 101010 1111110 1010001 1000011 0 110011 11100101 1000100 11101

Color Harmonies of #182A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182A7E

Black with #182A7E

Text Example


Text Example

White with #182A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182A7E; }

 p { color: rgb(24,42,126); }

 H1.HeaderClassName
 {
   color: #182A7E;
 }
 .AnyTagClassName
 {
   color: #182A7E;
 }
</style>

background-color css

<style>
 a { background-color: #182A7E; }

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

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

border-color css

<style>
 span { border-color: #182A7E; }

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

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