Html Css Color HEX #182380 Midnight Blue

📋 copy color: '#182380'

red 24 ◦ green 35 ◦ blue 128

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

Shades of Midnight Blue #182380

Tints of Midnight Blue #182380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

 BLUE value IS 128 (50.39% from 255) = 68.45%

R = 12.83%
G = 18.72%
B = 68.45%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#182380 (or 0x182380) is known color: Midnight Blue. HEX triplet: 18, 23 and 80. RGB value is (24,35,128). Sum of RGB (Red+Green+Blue) = 24+35+128=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #182380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182380 is #E7DC7F. Grayscale: #292929. Windows color (decimal): -15195264 or 8397592. OLE color: 8397592.

HSL color Cylindrical-coordinate representation of color #182380: hue angle of 233.65º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182380 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 35 128 -
CMYK 0.81 0.73 0 0.50
HSL 233.65º 0.68% 0.3% -
HSV(B) 233.65º 0.81% 0.5% -
XYZ 4.87 2.95 20.74 -
YUV 42.31 176.36 114.94 -
System Red Green Blue C M Y K H S L
Decimal 24 35 128 0.81 0.73 0 0.50 233.65 0.68 0.3
Hex 18 23 80 51 49 0 32 EA 44 1E
Octal 30 43 200 121 111 0 62 352 104 36
Binary 11000 100011 10000000 1010001 1001001 0 110010 11101010 1000100 11110

Color Harmonies of #182380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182380

Black with #182380

Text Example


Text Example

White with #182380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182380; }

 p { color: rgb(24,35,128); }

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

background-color css

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

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

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

border-color css

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

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

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