#183658

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

Shades of Regal Blue #183658

Tints of Regal Blue #183658

Color information

#183658 (or 0x183658) is unknown color: approx Regal Blue. HEX triplet: 18, 36 and 58. RGB value is (24,54,88). Sum of RGB (Red+Green+Blue) = 24+54+88=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #183658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183658 is #E7C9A7. Grayscale: #303030. Windows color (decimal): -15190440 or 5781016. OLE color: 5781016.

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

Color convert

RGB245488-
CMYK0.730.3900.65
HSL211.88º57.14%21.96%-
HSV(B)211.88º72.73%34.51%-
XYZ3.463.549.73-
YUV48.91150.06110.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=14.46%
G=32.53%
B=53.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2454880.730.3900.65211.8857.1421.96
Hex1836584927041d43916
Octal30661301114701013247126
Binary1100011011010110001001001100111010000011101010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183658; }

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

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

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

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

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

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

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

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