Html Css Color HEX #180C70 Midnight Blue

📋 copy color: '#180C70'

red 24 ◦ green 12 ◦ blue 112

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

Shades of Midnight Blue #180C70

Tints of Midnight Blue #180C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 75.68%

R = 16.22%
G = 8.11%
B = 75.68%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#180C70 (or 0x180C70) is known color: Midnight Blue. HEX triplet: 18, 0C and 70. RGB value is (24,12,112). Sum of RGB (Red+Green+Blue) = 24+12+112=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #180C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C70 is #E7F38F. Grayscale: #1A1A1A. Windows color (decimal): -15201168 or 7343128. OLE color: 7343128.

HSL color Cylindrical-coordinate representation of color #180C70: hue angle of 247.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180C70 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 12 112 -
CMYK 0.79 0.89 0 0.56
HSL 247.2º 0.81% 0.24% -
HSV(B) 247.2º 0.89% 0.44% -
XYZ 3.43 1.63 15.46 -
YUV 26.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 24 12 112 0.79 0.89 0 0.56 247.2 0.81 0.24
Hex 18 C 70 4F 59 0 38 F7 51 18
Octal 30 14 160 117 131 0 70 367 121 30
Binary 11000 1100 1110000 1001111 1011001 0 111000 11110111 1010001 11000

Color Harmonies of #180C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C70

Black with #180C70

Text Example


Text Example

White with #180C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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