Html Css Color HEX #180166 Midnight Blue

📋 copy color: '#180166'

red 24 ◦ green 1 ◦ blue 102

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

Shades of Midnight Blue #180166

Tints of Midnight Blue #180166

RGB

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

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

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

R = 18.9%
G = 0.79%
B = 80.31%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#180166 (or 0x180166) is known color: Midnight Blue. HEX triplet: 18, 01 and 66. RGB value is (24,1,102). Sum of RGB (Red+Green+Blue) = 24+1+102=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 102 (40.23% from 255 or 80.31% from 127); Max value from RGB is 102 - color contains mainly: blue. Hex color #180166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180166 is #E7FE99. Grayscale: #131313. Windows color (decimal): -15203994 or 6684952. OLE color: 6684952.

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

Color convert

RGB 24 1 102 -
CMYK 0.76 0.99 0 0.6
HSL 253.66º 0.98% 0.2% -
HSV(B) 253.66º 0.99% 0.4% -
XYZ 2.79 1.18 12.65 -
YUV 19.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 24 1 102 0.76 0.99 0 0.6 253.66 0.98 0.2
Hex 18 1 66 4C 63 0 3C FE 62 14
Octal 30 1 146 114 143 0 74 376 142 24
Binary 11000 1 1100110 1001100 1100011 0 111100 11111110 1100010 10100

Color Harmonies of #180166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180166

Black with #180166

Text Example


Text Example

White with #180166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180166; }

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

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

background-color css

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

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

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

border-color css

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

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

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