#183A58

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

Shades of Regal Blue #183A58

Tints of Regal Blue #183A58

Color information

#183A58 (or 0x183A58) is unknown color: approx Regal Blue. HEX triplet: 18, 3A and 58. RGB value is (24,58,88). Sum of RGB (Red+Green+Blue) = 24+58+88=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #183A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A58 is #E7C5A7. Grayscale: #333333. Windows color (decimal): -15189416 or 5782040. OLE color: 5782040.

HSL color Cylindrical-coordinate representation of color #183A58: hue angle of 208.12º degrees, saturation: 0.57, 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 #183A58 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB245888-
CMYK0.730.3400.65
HSL208.12º57.14%21.96%-
HSV(B)208.12º72.73%34.51%-
XYZ3.653.929.8-
YUV51.25148.74108.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=14.12%
G=34.12%
B=51.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2458880.730.3400.65208.1257.1421.96
Hex183A584922041d03916
Octal30721301114201013207126
Binary1100011101010110001001001100010010000011101000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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