Html Css Color HEX #182077 Midnight Blue

📋 copy color: '#182077'

red 24 ◦ green 32 ◦ blue 119

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

Shades of Midnight Blue #182077

Tints of Midnight Blue #182077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.29%

 BLUE value IS 119 (46.88% from 255) = 68%

R = 13.71%
G = 18.29%
B = 68%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#182077 (or 0x182077) is known color: Midnight Blue. HEX triplet: 18, 20 and 77. RGB value is (24,32,119). Sum of RGB (Red+Green+Blue) = 24+32+119=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #182077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182077 is #E7DF88. Grayscale: #272727. Windows color (decimal): -15196041 or 7807000. OLE color: 7807000.

HSL color Cylindrical-coordinate representation of color #182077: hue angle of 234.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182077 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 32 119 -
CMYK 0.80 0.73 0 0.53
HSL 234.95º 0.66% 0.28% -
HSV(B) 234.95º 0.8% 0.47% -
XYZ 4.22 2.56 17.72 -
YUV 39.53 172.85 116.93 -
System Red Green Blue C M Y K H S L
Decimal 24 32 119 0.80 0.73 0 0.53 234.95 0.66 0.28
Hex 18 20 77 50 49 0 35 EB 42 1C
Octal 30 40 167 120 111 0 65 353 102 34
Binary 11000 100000 1110111 1010000 1001001 0 110101 11101011 1000010 11100

Color Harmonies of #182077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182077

Black with #182077

Text Example


Text Example

White with #182077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182077; }

 p { color: rgb(24,32,119); }

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

background-color css

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

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

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

border-color css

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

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

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