Html Css Color HEX #180574 Midnight Blue

📋 copy color: '#180574'

red 24 ◦ green 5 ◦ blue 116

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

Shades of Midnight Blue #180574

Tints of Midnight Blue #180574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

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

R = 16.55%
G = 3.45%
B = 80%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180574 (or 0x180574) is known color: Midnight Blue. HEX triplet: 18, 05 and 74. RGB value is (24,5,116). Sum of RGB (Red+Green+Blue) = 24+5+116=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #180574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180574 is #E7FA8B. Grayscale: #161616. Windows color (decimal): -15202956 or 7603480. OLE color: 7603480.

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

Color convert

RGB 24 5 116 -
CMYK 0.79 0.96 0 0.55
HSL 250.27º 0.92% 0.24% -
HSV(B) 250.27º 0.96% 0.45% -
XYZ 3.58 1.56 16.64 -
YUV 23.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 24 5 116 0.79 0.96 0 0.55 250.27 0.92 0.24
Hex 18 5 74 4F 60 0 37 FA 5C 18
Octal 30 5 164 117 140 0 67 372 134 30
Binary 11000 101 1110100 1001111 1100000 0 110111 11111010 1011100 11000

Color Harmonies of #180574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180574

Black with #180574

Text Example


Text Example

White with #180574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180574; }

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

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

background-color css

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

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

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

border-color css

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

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

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