Html Css Color HEX #180074 Midnight Blue

📋 copy color: '#180074'

red 24 ◦ green 0 ◦ blue 116

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

Shades of Midnight Blue #180074

Tints of Midnight Blue #180074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 82.86%

R = 17.14%
G = 0%
B = 82.86%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180074 (or 0x180074) is known color: Midnight Blue. HEX triplet: 18, 00 and 74. RGB value is (24,0,116). Sum of RGB (Red+Green+Blue) = 24+0+116=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #180074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180074 is #E7FF8B. Grayscale: #131313. Windows color (decimal): -15204236 or 7602200. OLE color: 7602200.

HSL color Cylindrical-coordinate representation of color #180074: hue angle of 252.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180074 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 0 116 -
CMYK 0.79 1 0 0.55
HSL 252.41º 1% 0.23% -
HSV(B) 252.41º 1% 0.45% -
XYZ 3.53 1.46 16.62 -
YUV 20.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 24 0 116 0.79 1 0 0.55 252.41 1 0.23
Hex 18 0 74 4F 64 0 37 FC 64 17
Octal 30 0 164 117 144 0 67 374 144 27
Binary 11000 0 1110100 1001111 1100100 0 110111 11111100 1100100 10111

Color Harmonies of #180074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180074

Black with #180074

Text Example


Text Example

White with #180074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180074; }

 p { color: rgb(24,0,116); }

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

background-color css

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

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

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

border-color css

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

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

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