Html Css Color HEX #181066 Midnight Blue

📋 copy color: '#181066'

red 24 ◦ green 16 ◦ blue 102

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

Shades of Midnight Blue #181066

Tints of Midnight Blue #181066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.27%

 BLUE value IS 102 (40.23% from 255) = 71.83%

R = 16.9%
G = 11.27%
B = 71.83%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#181066 (or 0x181066) is known color: Midnight Blue. HEX triplet: 18, 10 and 66. RGB value is (24,16,102). Sum of RGB (Red+Green+Blue) = 24+16+102=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #181066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181066 is #E7EF99. Grayscale: #1B1B1B. Windows color (decimal): -15200154 or 6688792. OLE color: 6688792.

HSL color Cylindrical-coordinate representation of color #181066: hue angle of 245.58º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181066 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 24 16 102 -
CMYK 0.76 0.84 0 0.6
HSL 245.58º 0.73% 0.23% -
HSV(B) 245.58º 0.84% 0.4% -
XYZ 2.96 1.52 12.71 -
YUV 28.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 24 16 102 0.76 0.84 0 0.6 245.58 0.73 0.23
Hex 18 10 66 4C 54 0 3C F6 49 17
Octal 30 20 146 114 124 0 74 366 111 27
Binary 11000 10000 1100110 1001100 1010100 0 111100 11110110 1001001 10111

Color Harmonies of #181066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181066

Black with #181066

Text Example


Text Example

White with #181066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181066; }

 p { color: rgb(24,16,102); }

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

background-color css

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

 a { background-color: rgb(24,16,102); }

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

border-color css

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

 span { border-color: rgb(24,16,102); }

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