#18284F

Color #18284F Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #18284F

Tints of Bunting #18284F

Color information

#18284F (or 0x18284F) is unknown color: approx Bunting. HEX triplet: 18, 28 and 4F. RGB value is (24,40,79). Sum of RGB (Red+Green+Blue) = 24+40+79=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #18284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18284F is #E7D7B0. Grayscale: #272727. Windows color (decimal): -15194033 or 5187608. OLE color: 5187608.

HSL color Cylindrical-coordinate representation of color #18284F: hue angle of 222.55º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18284F is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB244079-
CMYK0.700.4900.69
HSL222.55º53.4%20.2%-
HSV(B)222.55º69.62%30.98%-
XYZ2.552.287.7-
YUV39.66150.2116.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.78%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 79 (31.25% from 255) = 55.24%
R=16.78%
G=27.97%
B=55.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2440790.700.4900.69222.5553.420.2
Hex18284F4631045df3514
Octal30501171066101053376524
Binary1100010100010011111000110110001010001011101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18284F; }

 p { color: rgb(24,40,79); }

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

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

 a { background-color: rgb(24,40,79); }

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

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

 span { border-color: rgb(24,40,79); }

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