#183D55

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

Shades of Regal Blue #183D55

Tints of Regal Blue #183D55

Color information

#183D55 (or 0x183D55) is unknown color: approx Regal Blue. HEX triplet: 18, 3D and 55. RGB value is (24,61,85). Sum of RGB (Red+Green+Blue) = 24+61+85=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #183D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D55 is #E7C2AA. Grayscale: #343434. Windows color (decimal): -15188651 or 5586200. OLE color: 5586200.

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

Color convert

RGB246185-
CMYK0.720.2800.67
HSL203.61º55.96%21.37%-
HSV(B)203.61º71.76%33.33%-
XYZ3.694.199.21-
YUV52.67146.24107.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 85 (33.59% from 255) = 50%
R=14.12%
G=35.88%
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.67
SystemRedGreenBlueCMYKHSL
Decimal2461850.720.2800.67203.6155.9621.37
Hex183D55481C043cc3815
Octal30751251103401033147025
Binary110001111011010101100100011100010000111100110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,61,85); }

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

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

 a { background-color: rgb(24,61,85); }

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

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

 span { border-color: rgb(24,61,85); }

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