Html Css Color HEX #181975 Midnight Blue

📋 copy color: '#181975'

red 24 ◦ green 25 ◦ blue 117

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

Shades of Midnight Blue #181975

Tints of Midnight Blue #181975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

 BLUE value IS 117 (46.09% from 255) = 70.48%

R = 14.46%
G = 15.06%
B = 70.48%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#181975 (or 0x181975) is known color: Midnight Blue. HEX triplet: 18, 19 and 75. RGB value is (24,25,117). Sum of RGB (Red+Green+Blue) = 24+25+117=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #181975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181975 is #E7E68A. Grayscale: #222222. Windows color (decimal): -15197835 or 7674136. OLE color: 7674136.

HSL color Cylindrical-coordinate representation of color #181975: hue angle of 239.35º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #181975 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 25 117 -
CMYK 0.79 0.79 0 0.54
HSL 239.35º 0.66% 0.28% -
HSV(B) 239.35º 0.79% 0.46% -
XYZ 3.94 2.17 17.04 -
YUV 35.19 174.17 120.02 -
System Red Green Blue C M Y K H S L
Decimal 24 25 117 0.79 0.79 0 0.54 239.35 0.66 0.28
Hex 18 19 75 4F 4F 0 36 EF 42 1C
Octal 30 31 165 117 117 0 66 357 102 34
Binary 11000 11001 1110101 1001111 1001111 0 110110 11101111 1000010 11100

Color Harmonies of #181975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181975

Black with #181975

Text Example


Text Example

White with #181975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181975; }

 p { color: rgb(24,25,117); }

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

background-color css

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

 a { background-color: rgb(24,25,117); }

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

border-color css

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

 span { border-color: rgb(24,25,117); }

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