Html Css Color HEX #180E70 Midnight Blue

📋 copy color: '#180E70'

red 24 ◦ green 14 ◦ blue 112

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

Shades of Midnight Blue #180E70

Tints of Midnight Blue #180E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.33%

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

R = 16%
G = 9.33%
B = 74.67%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#180E70 (or 0x180E70) is known color: Midnight Blue. HEX triplet: 18, 0E and 70. RGB value is (24,14,112). Sum of RGB (Red+Green+Blue) = 24+14+112=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #180E70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E70 is #E7F18F. Grayscale: #1B1B1B. Windows color (decimal): -15200656 or 7343640. OLE color: 7343640.

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

Color convert

RGB 24 14 112 -
CMYK 0.79 0.88 0 0.56
HSL 246.12º 0.78% 0.25% -
HSV(B) 246.12º 0.88% 0.44% -
XYZ 3.46 1.68 15.47 -
YUV 28.16 175.31 125.03 -
System Red Green Blue C M Y K H S L
Decimal 24 14 112 0.79 0.88 0 0.56 246.12 0.78 0.25
Hex 18 E 70 4F 58 0 38 F6 4E 19
Octal 30 16 160 117 130 0 70 366 116 31
Binary 11000 1110 1110000 1001111 1011000 0 111000 11110110 1001110 11001

Color Harmonies of #180E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E70

Black with #180E70

Text Example


Text Example

White with #180E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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