Html Css Color HEX #18006A Midnight Blue

📋 copy color: '#18006A'

red 24 ◦ green 0 ◦ blue 106

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

Shades of Midnight Blue #18006A

Tints of Midnight Blue #18006A

RGB

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

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

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

R = 18.46%
G = 0%
B = 81.54%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18006A (or 0x18006A) is known color: Midnight Blue. HEX triplet: 18, 00 and 6A. RGB value is (24,0,106). Sum of RGB (Red+Green+Blue) = 24+0+106=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 106 (41.80% from 255 or 81.54% from 130); Max value from RGB is 106 - color contains mainly: blue. Hex color #18006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18006A is #E7FF95. Grayscale: #121212. Windows color (decimal): -15204246 or 6946840. OLE color: 6946840.

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

Color convert

RGB 24 0 106 -
CMYK 0.77 1 0 0.58
HSL 253.58º 1% 0.21% -
HSV(B) 253.58º 1% 0.42% -
XYZ 2.98 1.23 13.72 -
YUV 19.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 24 0 106 0.77 1 0 0.58 253.58 1 0.21
Hex 18 0 6A 4D 64 0 3A FE 64 15
Octal 30 0 152 115 144 0 72 376 144 25
Binary 11000 0 1101010 1001101 1100100 0 111010 11111110 1100100 10101

Color Harmonies of #18006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18006A

Black with #18006A

Text Example


Text Example

White with #18006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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