#183550

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

Shades of Regal Blue #183550

Tints of Regal Blue #183550

Color information

#183550 (or 0x183550) is unknown color: approx Regal Blue. HEX triplet: 18, 35 and 50. RGB value is (24,53,80). Sum of RGB (Red+Green+Blue) = 24+53+80=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #183550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183550 is #E7CAAF. Grayscale: #2F2F2F. Windows color (decimal): -15190704 or 5256472. OLE color: 5256472.

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

Color convert

RGB245380-
CMYK0.700.3400.69
HSL208.93º53.85%20.39%-
HSV(B)208.93º70%31.37%-
XYZ3.13.328.07-
YUV47.41146.39111.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=15.29%
G=33.76%
B=50.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2453800.700.3400.69208.9353.8520.39
Hex1835504622045d13614
Octal30651201064201053216624
Binary1100011010110100001000110100010010001011101000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183550; }

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

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

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

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

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

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

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

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