#180668

Color #180668 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #180668

Tints of Midnight Blue #180668

Color information

#180668 (or 0x180668) is unknown color: approx Midnight Blue. HEX triplet: 18, 06 and 68. RGB value is (24,6,104). Sum of RGB (Red+Green+Blue) = 24+6+104=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #180668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180668 is #E7F997. Grayscale: #161616. Windows color (decimal): -15202712 or 6817304. OLE color: 6817304.

HSL color Cylindrical-coordinate representation of color #180668: hue angle of 251.02º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180668 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB246104-
CMYK0.770.9400.59
HSL251.02º89.09%21.57%-
HSV(B)251.02º94.23%40.78%-
XYZ2.941.3213.2-
YUV22.55173.96129.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 104 (41.02% from 255) = 77.61%
R=17.91%
G=4.48%
B=77.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2461040.770.9400.59251.0289.0921.57
Hex186684D5E03Bfb5916
Octal30615011513607337313126
Binary11000110110100010011011011110011101111111011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180668; }

 p { color: rgb(24,6,104); }

 H1.HeaderClassName
 {
   color: #180668;
 }
 .AnyTagClassName
 {
   color: #180668;
 }
</style>
background-color css

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

 a { background-color: rgb(24,6,104); }

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

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

 span { border-color: rgb(24,6,104); }

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