Html Css Color HEX #181077 Midnight Blue

📋 copy color: '#181077'

red 24 ◦ green 16 ◦ blue 119

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

Shades of Midnight Blue #181077

Tints of Midnight Blue #181077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.06%

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

R = 15.09%
G = 10.06%
B = 74.84%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#181077 (or 0x181077) is known color: Midnight Blue. HEX triplet: 18, 10 and 77. RGB value is (24,16,119). Sum of RGB (Red+Green+Blue) = 24+16+119=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #181077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181077 is #E7EF88. Grayscale: #1D1D1D. Windows color (decimal): -15200137 or 7802904. OLE color: 7802904.

HSL color Cylindrical-coordinate representation of color #181077: hue angle of 244.66º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181077 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 16 119 -
CMYK 0.80 0.87 0 0.53
HSL 244.66º 0.76% 0.26% -
HSV(B) 244.66º 0.87% 0.47% -
XYZ 3.89 1.9 17.61 -
YUV 30.13 178.15 123.62 -
System Red Green Blue C M Y K H S L
Decimal 24 16 119 0.80 0.87 0 0.53 244.66 0.76 0.26
Hex 18 10 77 50 57 0 35 F5 4C 1A
Octal 30 20 167 120 127 0 65 365 114 32
Binary 11000 10000 1110111 1010000 1010111 0 110101 11110101 1001100 11010

Color Harmonies of #181077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181077

Black with #181077

Text Example


Text Example

White with #181077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181077; }

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

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

background-color css

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

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

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

border-color css

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

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

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