Html Css Color HEX #180474 Midnight Blue

📋 copy color: '#180474'

red 24 ◦ green 4 ◦ blue 116

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

Shades of Midnight Blue #180474

Tints of Midnight Blue #180474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.78%

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

R = 16.67%
G = 2.78%
B = 80.56%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180474 (or 0x180474) is known color: Midnight Blue. HEX triplet: 18, 04 and 74. RGB value is (24,4,116). Sum of RGB (Red+Green+Blue) = 24+4+116=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 116 (45.70% from 255 or 80.56% from 144); Max value from RGB is 116 - color contains mainly: blue. Hex color #180474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180474 is #E7FB8B. Grayscale: #161616. Windows color (decimal): -15203212 or 7603224. OLE color: 7603224.

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

Color convert

RGB 24 4 116 -
CMYK 0.79 0.97 0 0.55
HSL 250.71º 0.93% 0.24% -
HSV(B) 250.71º 0.97% 0.45% -
XYZ 3.57 1.54 16.63 -
YUV 22.75 180.63 128.89 -
System Red Green Blue C M Y K H S L
Decimal 24 4 116 0.79 0.97 0 0.55 250.71 0.93 0.24
Hex 18 4 74 4F 61 0 37 FB 5D 18
Octal 30 4 164 117 141 0 67 373 135 30
Binary 11000 100 1110100 1001111 1100001 0 110111 11111011 1011101 11000

Color Harmonies of #180474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180474

Black with #180474

Text Example


Text Example

White with #180474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180474; }

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

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

background-color css

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

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

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

border-color css

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

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

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