#183E56

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

Shades of Regal Blue #183E56

Tints of Regal Blue #183E56

Color information

#183E56 (or 0x183E56) is unknown color: approx Regal Blue. HEX triplet: 18, 3E and 56. RGB value is (24,62,86). Sum of RGB (Red+Green+Blue) = 24+62+86=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #183E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E56 is #E7C1A9. Grayscale: #353535. Windows color (decimal): -15188394 or 5651992. OLE color: 5651992.

HSL color Cylindrical-coordinate representation of color #183E56: hue angle of 203.23º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183E56 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB246286-
CMYK0.720.2800.66
HSL203.23º56.36%21.57%-
HSV(B)203.23º72.09%33.73%-
XYZ3.784.319.44-
YUV53.37146.41107.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 86 (33.98% from 255) = 50%
R=13.95%
G=36.05%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2462860.720.2800.66203.2356.3621.57
Hex183E56481C042cb3816
Octal30761261103401023137026
Binary110001111101010110100100011100010000101100101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,62,86); }

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

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

 a { background-color: rgb(24,62,86); }

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

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

 span { border-color: rgb(24,62,86); }

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