#183B50

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

Shades of Regal Blue #183B50

Tints of Regal Blue #183B50

Color information

#183B50 (or 0x183B50) is unknown color: approx Regal Blue. HEX triplet: 18, 3B and 50. RGB value is (24,59,80). Sum of RGB (Red+Green+Blue) = 24+59+80=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #183B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B50 is #E7C4AF. Grayscale: #323232. Windows color (decimal): -15189168 or 5258008. OLE color: 5258008.

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

Color convert

RGB245980-
CMYK0.700.2600.69
HSL202.5º53.85%20.39%-
HSV(B)202.5º70%31.37%-
XYZ3.393.98.16-
YUV50.93144.4108.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=14.72%
G=36.20%
B=49.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2459800.700.2600.69202.553.8520.39
Hex183B50461A045ca3614
Octal30731201063201053126624
Binary110001110111010000100011011010010001011100101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183B50; }

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

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

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

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

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

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

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

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