Html Css Color HEX #181F63 Midnight Blue

📋 copy color: '#181F63'

red 24 ◦ green 31 ◦ blue 99

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

Shades of Midnight Blue #181F63

Tints of Midnight Blue #181F63

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.13%

 BLUE value IS 99 (39.06% from 255) = 64.29%

R = 15.58%
G = 20.13%
B = 64.29%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#181F63 (or 0x181F63) is known color: Midnight Blue. HEX triplet: 18, 1F and 63. RGB value is (24,31,99). Sum of RGB (Red+Green+Blue) = 24+31+99=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #181F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F63 is #E7E09C. Grayscale: #242424. Windows color (decimal): -15196317 or 6496024. OLE color: 6496024.

HSL color Cylindrical-coordinate representation of color #181F63: hue angle of 234.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181F63 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 31 99 -
CMYK 0.76 0.69 0 0.61
HSL 234.4º 0.61% 0.24% -
HSV(B) 234.4º 0.76% 0.39% -
XYZ 3.12 2.08 12.04 -
YUV 36.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 24 31 99 0.76 0.69 0 0.61 234.4 0.61 0.24
Hex 18 1F 63 4C 45 0 3D EA 3D 18
Octal 30 37 143 114 105 0 75 352 75 30
Binary 11000 11111 1100011 1001100 1000101 0 111101 11101010 111101 11000

Color Harmonies of #181F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181F63

Black with #181F63

Text Example


Text Example

White with #181F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181F63; }

 p { color: rgb(24,31,99); }

 H1.HeaderClassName
 {
   color: #181F63;
 }
 .AnyTagClassName
 {
   color: #181F63;
 }
</style>

background-color css

<style>
 a { background-color: #181F63; }

 a { background-color: rgb(24,31,99); }

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

border-color css

<style>
 span { border-color: #181F63; }

 span { border-color: rgb(24,31,99); }

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