#180469

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

Shades of Midnight Blue #180469

Tints of Midnight Blue #180469

Color information

#180469 (or 0x180469) is unknown color: approx Midnight Blue. HEX triplet: 18, 04 and 69. RGB value is (24,4,105). Sum of RGB (Red+Green+Blue) = 24+4+105=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #180469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180469 is #E7FB96. Grayscale: #151515. Windows color (decimal): -15203223 or 6882328. OLE color: 6882328.

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

Color convert

RGB244105-
CMYK0.770.9600.59
HSL251.88º92.66%21.37%-
HSV(B)251.88º96.19%41.18%-
XYZ2.971.313.46-
YUV21.49175.13129.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 105 (41.41% from 255) = 78.95%
R=18.05%
G=3.01%
B=78.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2441050.770.9600.59251.8892.6621.37
Hex184694D6003Bfc5d15
Octal30415111514007337413525
Binary11000100110100110011011100000011101111111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180469; }

 p { color: rgb(24,4,105); }

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

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

 a { background-color: rgb(24,4,105); }

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

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

 span { border-color: rgb(24,4,105); }

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