#183558

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

Shades of Regal Blue #183558

Tints of Regal Blue #183558

Color information

#183558 (or 0x183558) is unknown color: approx Regal Blue. HEX triplet: 18, 35 and 58. RGB value is (24,53,88). Sum of RGB (Red+Green+Blue) = 24+53+88=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #183558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183558 is #E7CAA7. Grayscale: #303030. Windows color (decimal): -15190696 or 5780760. OLE color: 5780760.

HSL color Cylindrical-coordinate representation of color #183558: hue angle of 212.81º 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 #183558 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB245388-
CMYK0.730.4000.65
HSL212.81º57.14%21.96%-
HSV(B)212.81º72.73%34.51%-
XYZ3.413.449.72-
YUV48.32150.39110.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 88 (34.77% from 255) = 53.33%
R=14.55%
G=32.12%
B=53.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2453880.730.4000.65212.8157.1421.96
Hex1835584928041d53916
Octal30651301115001013257126
Binary1100011010110110001001001101000010000011101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183558; }

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

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

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

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

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

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

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

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