#183A5D

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

Shades of Regal Blue #183A5D

Tints of Regal Blue #183A5D

Color information

#183A5D (or 0x183A5D) is unknown color: approx Regal Blue. HEX triplet: 18, 3A and 5D. RGB value is (24,58,93). Sum of RGB (Red+Green+Blue) = 24+58+93=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #183A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A5D is #E7C5A2. Grayscale: #333333. Windows color (decimal): -15189411 or 6109720. OLE color: 6109720.

HSL color Cylindrical-coordinate representation of color #183A5D: hue angle of 210.43º degrees, saturation: 0.59, 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 #183A5D is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB245893-
CMYK0.740.3800.64
HSL210.43º58.97%22.94%-
HSV(B)210.43º74.19%36.47%-
XYZ3.874.0110.93-
YUV51.82151.24108.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=13.71%
G=33.14%
B=53.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2458930.740.3800.64210.4358.9722.94
Hex183A5D4A26040d23b17
Octal30721351124601003227327
Binary1100011101010111011001010100110010000001101001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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