Html Css Color HEX #18016B Midnight Blue

📋 copy color: '#18016B'

red 24 ◦ green 1 ◦ blue 107

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

Shades of Midnight Blue #18016B

Tints of Midnight Blue #18016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 81.06%

R = 18.18%
G = 0.76%
B = 81.06%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18016B (or 0x18016B) is known color: Midnight Blue. HEX triplet: 18, 01 and 6B. RGB value is (24,1,107). Sum of RGB (Red+Green+Blue) = 24+1+107=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 107 (42.19% from 255 or 81.06% from 132); Max value from RGB is 107 - color contains mainly: blue. Hex color #18016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18016B is #E7FE94. Grayscale: #131313. Windows color (decimal): -15203989 or 7012632. OLE color: 7012632.

HSL color Cylindrical-coordinate representation of color #18016B: hue angle of 253.02º 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 #18016B is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 1 107 -
CMYK 0.78 0.99 0 0.58
HSL 253.02º 0.98% 0.21% -
HSV(B) 253.02º 0.99% 0.42% -
XYZ 3.04 1.28 14 -
YUV 19.96 177.12 130.88 -
System Red Green Blue C M Y K H S L
Decimal 24 1 107 0.78 0.99 0 0.58 253.02 0.98 0.21
Hex 18 1 6B 4E 63 0 3A FD 62 15
Octal 30 1 153 116 143 0 72 375 142 25
Binary 11000 1 1101011 1001110 1100011 0 111010 11111101 1100010 10101

Color Harmonies of #18016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18016B

Black with #18016B

Text Example


Text Example

White with #18016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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