#183C51

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

Shades of Regal Blue #183C51

Tints of Regal Blue #183C51

Color information

#183C51 (or 0x183C51) is unknown color: approx Regal Blue. HEX triplet: 18, 3C and 51. RGB value is (24,60,81). Sum of RGB (Red+Green+Blue) = 24+60+81=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #183C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C51 is #E7C3AE. Grayscale: #333333. Windows color (decimal): -15188911 or 5323800. OLE color: 5323800.

HSL color Cylindrical-coordinate representation of color #183C51: hue angle of 202.11º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183C51 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB246081-
CMYK0.700.2600.68
HSL202.11º54.29%20.59%-
HSV(B)202.11º70.37%31.76%-
XYZ3.484.028.38-
YUV51.63144.57108.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=14.55%
G=36.36%
B=49.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2460810.700.2600.68202.1154.2920.59
Hex183C51461A044ca3615
Octal30741211063201043126625
Binary110001111001010001100011011010010001001100101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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