#180675

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

Shades of Midnight Blue #180675

Tints of Midnight Blue #180675

Color information

#180675 (or 0x180675) is unknown color: approx Midnight Blue. HEX triplet: 18, 06 and 75. RGB value is (24,6,117). Sum of RGB (Red+Green+Blue) = 24+6+117=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #180675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180675 is #E7F98A. Grayscale: #171717. Windows color (decimal): -15202699 or 7669272. OLE color: 7669272.

HSL color Cylindrical-coordinate representation of color #180675: hue angle of 249.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180675 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB246117-
CMYK0.790.9500.54
HSL249.73º90.24%24.12%-
HSV(B)249.73º94.87%45.88%-
XYZ3.651.6116.95-
YUV24.04180.46127.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 117 (46.09% from 255) = 79.59%
R=16.33%
G=4.08%
B=79.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2461170.790.9500.54249.7390.2424.12
Hex186754F5F036fa5a18
Octal30616511713706637213230
Binary11000110111010110011111011111011011011111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180675; }

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

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

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

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

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

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

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

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