Html Css Color HEX #180D74 Midnight Blue

📋 copy color: '#180D74'

red 24 ◦ green 13 ◦ blue 116

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

Shades of Midnight Blue #180D74

Tints of Midnight Blue #180D74

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.5%

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

R = 15.69%
G = 8.5%
B = 75.82%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180D74 (or 0x180D74) is known color: Midnight Blue. HEX triplet: 18, 0D and 74. RGB value is (24,13,116). Sum of RGB (Red+Green+Blue) = 24+13+116=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #180D74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180D74 is #E7F28B. Grayscale: #1B1B1B. Windows color (decimal): -15200908 or 7605528. OLE color: 7605528.

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

Color convert

RGB 24 13 116 -
CMYK 0.79 0.89 0 0.55
HSL 246.41º 0.8% 0.25% -
HSV(B) 246.41º 0.89% 0.45% -
XYZ 3.67 1.74 16.67 -
YUV 28.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 24 13 116 0.79 0.89 0 0.55 246.41 0.8 0.25
Hex 18 D 74 4F 59 0 37 F6 50 19
Octal 30 15 164 117 131 0 67 366 120 31
Binary 11000 1101 1110100 1001111 1011001 0 110111 11110110 1010000 11001

Color Harmonies of #180D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D74

Black with #180D74

Text Example


Text Example

White with #180D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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