Html Css Color HEX #180EB4 New Midnight Blue

📋 copy color: '#180EB4'

red 24 ◦ green 14 ◦ blue 180

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

Shades of New Midnight Blue #180EB4

Tints of New Midnight Blue #180EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 82.57%

R = 11.01%
G = 6.42%
B = 82.57%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#180EB4 (or 0x180EB4) is known color: New Midnight Blue. HEX triplet: 18, 0E and B4. RGB value is (24,14,180). Sum of RGB (Red+Green+Blue) = 24+14+180=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 180 (70.70% from 255 or 82.57% from 218); Max value from RGB is 180 - color contains mainly: blue. Hex color #180EB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180EB4 is #E7F14B. Grayscale: #232323. Windows color (decimal): -15200588 or 11800088. OLE color: 11800088.

HSL color Cylindrical-coordinate representation of color #180EB4: hue angle of 243.61º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180EB4 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 14 180 -
CMYK 0.87 0.92 0 0.29
HSL 243.61º 0.86% 0.38% -
HSV(B) 243.61º 0.92% 0.71% -
XYZ 8.77 3.8 43.45 -
YUV 35.91 209.31 119.5 -
System Red Green Blue C M Y K H S L
Decimal 24 14 180 0.87 0.92 0 0.29 243.61 0.86 0.38
Hex 18 E B4 57 5C 0 1D F4 56 26
Octal 30 16 264 127 134 0 35 364 126 46
Binary 11000 1110 10110100 1010111 1011100 0 11101 11110100 1010110 100110

Color Harmonies of #180EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180EB4

Black with #180EB4

Text Example


Text Example

White with #180EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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