Html Css Color HEX #180374 Midnight Blue

📋 copy color: '#180374'

red 24 ◦ green 3 ◦ blue 116

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

Shades of Midnight Blue #180374

Tints of Midnight Blue #180374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.1%

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

R = 16.78%
G = 2.1%
B = 81.12%

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

#180374 (or 0x180374) is known color: Midnight Blue. HEX triplet: 18, 03 and 74. RGB value is (24,3,116). Sum of RGB (Red+Green+Blue) = 24+3+116=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 116 (45.70% from 255 or 81.12% from 143); Max value from RGB is 116 - color contains mainly: blue. Hex color #180374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180374 is #E7FC8B. Grayscale: #151515. Windows color (decimal): -15203468 or 7602968. OLE color: 7602968.

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

Color convert

RGB 24 3 116 -
CMYK 0.79 0.97 0 0.55
HSL 251.15º 0.95% 0.23% -
HSV(B) 251.15º 0.97% 0.45% -
XYZ 3.56 1.52 16.63 -
YUV 22.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 24 3 116 0.79 0.97 0 0.55 251.15 0.95 0.23
Hex 18 3 74 4F 61 0 37 FB 5F 17
Octal 30 3 164 117 141 0 67 373 137 27
Binary 11000 11 1110100 1001111 1100001 0 110111 11111011 1011111 10111

Color Harmonies of #180374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180374

Black with #180374

Text Example


Text Example

White with #180374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180374; }

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

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

background-color css

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

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

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

border-color css

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

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

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