Html Css Color HEX #180C72 Midnight Blue

📋 copy color: '#180C72'

red 24 ◦ green 12 ◦ blue 114

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

Shades of Midnight Blue #180C72

Tints of Midnight Blue #180C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8%

 BLUE value IS 114 (44.92% from 255) = 76%

R = 16%
G = 8%
B = 76%

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

#180C72 (or 0x180C72) is known color: Midnight Blue. HEX triplet: 18, 0C and 72. RGB value is (24,12,114). Sum of RGB (Red+Green+Blue) = 24+12+114=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #180C72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C72 is #E7F38D. Grayscale: #1A1A1A. Windows color (decimal): -15201166 or 7474200. OLE color: 7474200.

HSL color Cylindrical-coordinate representation of color #180C72: hue angle of 247.06º degrees, saturation: 0.81, 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 #180C72 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 12 114 -
CMYK 0.79 0.89 0 0.55
HSL 247.06º 0.81% 0.25% -
HSV(B) 247.06º 0.89% 0.45% -
XYZ 3.55 1.67 16.06 -
YUV 27.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 24 12 114 0.79 0.89 0 0.55 247.06 0.81 0.25
Hex 18 C 72 4F 59 0 37 F7 51 19
Octal 30 14 162 117 131 0 67 367 121 31
Binary 11000 1100 1110010 1001111 1011001 0 110111 11110111 1010001 11001

Color Harmonies of #180C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C72

Black with #180C72

Text Example


Text Example

White with #180C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,12,114); }

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

background-color css

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

 a { background-color: rgb(24,12,114); }

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

border-color css

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

 span { border-color: rgb(24,12,114); }

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