#182C50

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

Shades of Bunting #182C50

Tints of Bunting #182C50

Color information

#182C50 (or 0x182C50) is unknown color: approx Bunting. HEX triplet: 18, 2C and 50. RGB value is (24,44,80). Sum of RGB (Red+Green+Blue) = 24+44+80=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #182C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C50 is #E7D3AF. Grayscale: #292929. Windows color (decimal): -15193008 or 5254168. OLE color: 5254168.

HSL color Cylindrical-coordinate representation of color #182C50: hue angle of 218.57º degrees, saturation: 0.54, 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 #182C50 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB244480-
CMYK0.700.4500.69
HSL218.57º53.85%20.39%-
HSV(B)218.57º70%31.37%-
XYZ2.732.577.94-
YUV42.12149.37115.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 80 (31.64% from 255) = 54.05%
R=16.22%
G=29.73%
B=54.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2444800.700.4500.69218.5753.8520.39
Hex182C50462D045db3614
Octal30541201065501053336624
Binary1100010110010100001000110101101010001011101101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182C50; }

 p { color: rgb(24,44,80); }

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

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

 a { background-color: rgb(24,44,80); }

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

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

 span { border-color: rgb(24,44,80); }

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