Html Css Color HEX #181361 Midnight Blue

📋 copy color: '#181361'

red 24 ◦ green 19 ◦ blue 97

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

Shades of Midnight Blue #181361

Tints of Midnight Blue #181361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

 BLUE value IS 97 (38.28% from 255) = 69.29%

R = 17.14%
G = 13.57%
B = 69.29%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#181361 (or 0x181361) is known color: Midnight Blue. HEX triplet: 18, 13 and 61. RGB value is (24,19,97). Sum of RGB (Red+Green+Blue) = 24+19+97=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #181361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181361 is #E7EC9E. Grayscale: #1D1D1D. Windows color (decimal): -15199391 or 6361880. OLE color: 6361880.

HSL color Cylindrical-coordinate representation of color #181361: hue angle of 243.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181361 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 19 97 -
CMYK 0.75 0.80 0 0.62
HSL 243.85º 0.67% 0.23% -
HSV(B) 243.85º 0.8% 0.38% -
XYZ 2.77 1.52 11.46 -
YUV 29.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 24 19 97 0.75 0.80 0 0.62 243.85 0.67 0.23
Hex 18 13 61 4B 50 0 3E F4 43 17
Octal 30 23 141 113 120 0 76 364 103 27
Binary 11000 10011 1100001 1001011 1010000 0 111110 11110100 1000011 10111

Color Harmonies of #181361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181361

Black with #181361

Text Example


Text Example

White with #181361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181361; }

 p { color: rgb(24,19,97); }

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

background-color css

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

 a { background-color: rgb(24,19,97); }

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

border-color css

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

 span { border-color: rgb(24,19,97); }

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