#183C55

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

Shades of Regal Blue #183C55

Tints of Regal Blue #183C55

Color information

#183C55 (or 0x183C55) is unknown color: approx Regal Blue. HEX triplet: 18, 3C and 55. RGB value is (24,60,85). Sum of RGB (Red+Green+Blue) = 24+60+85=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #183C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C55 is #E7C3AA. Grayscale: #333333. Windows color (decimal): -15188907 or 5585944. OLE color: 5585944.

HSL color Cylindrical-coordinate representation of color #183C55: hue angle of 204.59º 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 #183C55 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB246085-
CMYK0.720.2900.67
HSL204.59º55.96%21.37%-
HSV(B)204.59º71.76%33.33%-
XYZ3.634.089.19-
YUV52.09146.57107.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 85 (33.59% from 255) = 50.30%
R=14.20%
G=35.50%
B=50.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2460850.720.2900.67204.5955.9621.37
Hex183C55481D043cd3815
Octal30741251103501033157025
Binary110001111001010101100100011101010000111100110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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