Html Css Color HEX #180174 Midnight Blue

📋 copy color: '#180174'

red 24 ◦ green 1 ◦ blue 116

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

Shades of Midnight Blue #180174

Tints of Midnight Blue #180174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 17.02%
G = 0.71%
B = 82.27%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180174 (or 0x180174) is known color: Midnight Blue. HEX triplet: 18, 01 and 74. RGB value is (24,1,116). Sum of RGB (Red+Green+Blue) = 24+1+116=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 116 (45.70% from 255 or 82.27% from 141); Max value from RGB is 116 - color contains mainly: blue. Hex color #180174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180174 is #E7FE8B. Grayscale: #141414. Windows color (decimal): -15203980 or 7602456. OLE color: 7602456.

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

Color convert

RGB 24 1 116 -
CMYK 0.79 0.99 0 0.55
HSL 252º 0.98% 0.23% -
HSV(B) 252º 0.99% 0.45% -
XYZ 3.54 1.48 16.62 -
YUV 20.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 24 1 116 0.79 0.99 0 0.55 252 0.98 0.23
Hex 18 1 74 4F 63 0 37 FC 62 17
Octal 30 1 164 117 143 0 67 374 142 27
Binary 11000 1 1110100 1001111 1100011 0 110111 11111100 1100010 10111

Color Harmonies of #180174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180174

Black with #180174

Text Example


Text Example

White with #180174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180174; }

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

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

background-color css

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

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

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

border-color css

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

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

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