#183A5B

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

Shades of Regal Blue #183A5B

Tints of Regal Blue #183A5B

Color information

#183A5B (or 0x183A5B) is unknown color: approx Regal Blue. HEX triplet: 18, 3A and 5B. RGB value is (24,58,91). Sum of RGB (Red+Green+Blue) = 24+58+91=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #183A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A5B is #E7C5A4. Grayscale: #333333. Windows color (decimal): -15189413 or 5978648. OLE color: 5978648.

HSL color Cylindrical-coordinate representation of color #183A5B: hue angle of 209.55º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #183A5B is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB245891-
CMYK0.740.3600.64
HSL209.55º58.26%22.55%-
HSV(B)209.55º73.63%35.69%-
XYZ3.783.9810.47-
YUV51.6150.24108.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=13.87%
G=33.53%
B=52.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2458910.740.3600.64209.5558.2622.55
Hex183A5B4A24040d23a17
Octal30721331124401003227227
Binary1100011101010110111001010100100010000001101001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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