Html Css Color HEX #180E64 Midnight Blue

📋 copy color: '#180E64'

red 24 ◦ green 14 ◦ blue 100

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

Shades of Midnight Blue #180E64

Tints of Midnight Blue #180E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 72.46%

R = 17.39%
G = 10.14%
B = 72.46%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#180E64 (or 0x180E64) is known color: Midnight Blue. HEX triplet: 18, 0E and 64. RGB value is (24,14,100). Sum of RGB (Red+Green+Blue) = 24+14+100=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 100 (39.45% from 255 or 72.46% from 138); Max value from RGB is 100 - color contains mainly: blue. Hex color #180E64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E64 is #E7F19B. Grayscale: #1A1A1A. Windows color (decimal): -15200668 or 6557208. OLE color: 6557208.

HSL color Cylindrical-coordinate representation of color #180E64: hue angle of 246.98º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180E64 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 14 100 -
CMYK 0.76 0.86 0 0.61
HSL 246.98º 0.75% 0.22% -
HSV(B) 246.98º 0.86% 0.39% -
XYZ 2.83 1.43 12.18 -
YUV 26.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 24 14 100 0.76 0.86 0 0.61 246.98 0.75 0.22
Hex 18 E 64 4C 56 0 3D F7 4B 16
Octal 30 16 144 114 126 0 75 367 113 26
Binary 11000 1110 1100100 1001100 1010110 0 111101 11110111 1001011 10110

Color Harmonies of #180E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E64

Black with #180E64

Text Example


Text Example

White with #180E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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