#183A51

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

Shades of Regal Blue #183A51

Tints of Regal Blue #183A51

Color information

#183A51 (or 0x183A51) is unknown color: approx Regal Blue. HEX triplet: 18, 3A and 51. RGB value is (24,58,81). Sum of RGB (Red+Green+Blue) = 24+58+81=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #183A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A51 is #E7C5AE. Grayscale: #323232. Windows color (decimal): -15189423 or 5323288. OLE color: 5323288.

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

Color convert

RGB245881-
CMYK0.700.2800.68
HSL204.21º54.29%20.59%-
HSV(B)204.21º70.37%31.76%-
XYZ3.373.818.34-
YUV50.46145.24109.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=14.72%
G=35.58%
B=49.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2458810.700.2800.68204.2154.2920.59
Hex183A51461C044cc3615
Octal30721211063401043146625
Binary110001110101010001100011011100010001001100110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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