Html Css Color HEX #18006D Midnight Blue

📋 copy color: '#18006D'

red 24 ◦ green 0 ◦ blue 109

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

Shades of Midnight Blue #18006D

Tints of Midnight Blue #18006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 18.05%
G = 0%
B = 81.95%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18006D (or 0x18006D) is known color: Midnight Blue. HEX triplet: 18, 00 and 6D. RGB value is (24,0,109). Sum of RGB (Red+Green+Blue) = 24+0+109=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 109 (42.97% from 255 or 81.95% from 133); Max value from RGB is 109 - color contains mainly: blue. Hex color #18006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18006D is #E7FF92. Grayscale: #131313. Windows color (decimal): -15204243 or 7143448. OLE color: 7143448.

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

Color convert

RGB 24 0 109 -
CMYK 0.78 1 0 0.57
HSL 253.21º 1% 0.21% -
HSV(B) 253.21º 1% 0.43% -
XYZ 3.14 1.3 14.55 -
YUV 19.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 24 0 109 0.78 1 0 0.57 253.21 1 0.21
Hex 18 0 6D 4E 64 0 39 FD 64 15
Octal 30 0 155 116 144 0 71 375 144 25
Binary 11000 0 1101101 1001110 1100100 0 111001 11111101 1100100 10101

Color Harmonies of #18006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18006D

Black with #18006D

Text Example


Text Example

White with #18006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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