Html Css Color HEX #18016D Midnight Blue

📋 copy color: '#18016D'

red 24 ◦ green 1 ◦ blue 109

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

Shades of Midnight Blue #18016D

Tints of Midnight Blue #18016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 109 (42.97% from 255) = 81.34%

R = 17.91%
G = 0.75%
B = 81.34%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18016D (or 0x18016D) is known color: Midnight Blue. HEX triplet: 18, 01 and 6D. RGB value is (24,1,109). Sum of RGB (Red+Green+Blue) = 24+1+109=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #18016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18016D is #E7FE92. Grayscale: #131313. Windows color (decimal): -15203987 or 7143704. OLE color: 7143704.

HSL color Cylindrical-coordinate representation of color #18016D: hue angle of 252.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18016D is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 1 109 -
CMYK 0.78 0.99 0 0.57
HSL 252.78º 0.98% 0.22% -
HSV(B) 252.78º 0.99% 0.43% -
XYZ 3.15 1.32 14.56 -
YUV 20.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 24 1 109 0.78 0.99 0 0.57 252.78 0.98 0.22
Hex 18 1 6D 4E 63 0 39 FD 62 16
Octal 30 1 155 116 143 0 71 375 142 26
Binary 11000 1 1101101 1001110 1100011 0 111001 11111101 1100010 10110

Color Harmonies of #18016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18016D

Black with #18016D

Text Example


Text Example

White with #18016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18016D; }

 p { color: rgb(24,1,109); }

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

background-color css

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

 a { background-color: rgb(24,1,109); }

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

border-color css

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

 span { border-color: rgb(24,1,109); }

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