Html Css Color HEX #18016A Midnight Blue

📋 copy color: '#18016A'

red 24 ◦ green 1 ◦ blue 106

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

Shades of Midnight Blue #18016A

Tints of Midnight Blue #18016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 80.92%

R = 18.32%
G = 0.76%
B = 80.92%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18016A (or 0x18016A) is known color: Midnight Blue. HEX triplet: 18, 01 and 6A. RGB value is (24,1,106). Sum of RGB (Red+Green+Blue) = 24+1+106=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 106 (41.80% from 255 or 80.92% from 131); Max value from RGB is 106 - color contains mainly: blue. Hex color #18016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18016A is #E7FE95. Grayscale: #131313. Windows color (decimal): -15203990 or 6947096. OLE color: 6947096.

HSL color Cylindrical-coordinate representation of color #18016A: hue angle of 253.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18016A is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 1 106 -
CMYK 0.77 0.99 0 0.58
HSL 253.14º 0.98% 0.21% -
HSV(B) 253.14º 0.99% 0.42% -
XYZ 2.99 1.26 13.72 -
YUV 19.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 24 1 106 0.77 0.99 0 0.58 253.14 0.98 0.21
Hex 18 1 6A 4D 63 0 3A FD 62 15
Octal 30 1 152 115 143 0 72 375 142 25
Binary 11000 1 1101010 1001101 1100011 0 111010 11111101 1100010 10101

Color Harmonies of #18016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18016A

Black with #18016A

Text Example


Text Example

White with #18016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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