#183A59

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

Shades of Regal Blue #183A59

Tints of Regal Blue #183A59

Color information

#183A59 (or 0x183A59) is unknown color: approx Regal Blue. HEX triplet: 18, 3A and 59. RGB value is (24,58,89). Sum of RGB (Red+Green+Blue) = 24+58+89=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #183A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A59 is #E7C5A6. Grayscale: #333333. Windows color (decimal): -15189415 or 5847576. OLE color: 5847576.

HSL color Cylindrical-coordinate representation of color #183A59: hue angle of 208.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183A59 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB245889-
CMYK0.730.3500.65
HSL208.62º57.52%22.16%-
HSV(B)208.62º73.03%34.9%-
XYZ3.693.9410.02-
YUV51.37149.24108.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=14.04%
G=33.92%
B=52.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2458890.730.3500.65208.6257.5222.16
Hex183A594923041d13a16
Octal30721311114301013217226
Binary1100011101010110011001001100011010000011101000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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