Html Css Color HEX #181378 Midnight Blue

📋 copy color: '#181378'

red 24 ◦ green 19 ◦ blue 120

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

Shades of Midnight Blue #181378

Tints of Midnight Blue #181378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 73.62%

R = 14.72%
G = 11.66%
B = 73.62%

CMYK

 C value IS 0.8

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#181378 (or 0x181378) is known color: Midnight Blue. HEX triplet: 18, 13 and 78. RGB value is (24,19,120). Sum of RGB (Red+Green+Blue) = 24+19+120=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #181378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181378 is #E7EC87. Grayscale: #1F1F1F. Windows color (decimal): -15199368 or 7869208. OLE color: 7869208.

HSL color Cylindrical-coordinate representation of color #181378: hue angle of 242.97º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181378 is Cyan = 0.8, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 19 120 -
CMYK 0.8 0.84 0 0.53
HSL 242.97º 0.73% 0.27% -
HSV(B) 242.97º 0.84% 0.47% -
XYZ 4 2.02 17.95 -
YUV 32.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 24 19 120 0.8 0.84 0 0.53 242.97 0.73 0.27
Hex 18 13 78 50 54 0 35 F3 49 1B
Octal 30 23 170 120 124 0 65 363 111 33
Binary 11000 10011 1111000 1010000 1010100 0 110101 11110011 1001001 11011

Color Harmonies of #181378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181378

Black with #181378

Text Example


Text Example

White with #181378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181378; }

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

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

background-color css

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

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

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

border-color css

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

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

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