#182E50

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

Shades of Bunting #182E50

Tints of Bunting #182E50

Color information

#182E50 (or 0x182E50) is unknown color: approx Bunting. HEX triplet: 18, 2E and 50. RGB value is (24,46,80). Sum of RGB (Red+Green+Blue) = 24+46+80=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #182E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E50 is #E7D1AF. Grayscale: #2B2B2B. Windows color (decimal): -15192496 or 5254680. OLE color: 5254680.

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

Color convert

RGB244680-
CMYK0.700.4200.69
HSL216.43º53.85%20.39%-
HSV(B)216.43º70%31.37%-
XYZ2.82.737.97-
YUV43.3148.71114.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=16%
G=30.67%
B=53.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2446800.700.4200.69216.4353.8520.39
Hex182E50462A045d83614
Octal30561201065201053306624
Binary1100010111010100001000110101010010001011101100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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