#183C5A

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

Shades of Regal Blue #183C5A

Tints of Regal Blue #183C5A

Color information

#183C5A (or 0x183C5A) is unknown color: approx Regal Blue. HEX triplet: 18, 3C and 5A. RGB value is (24,60,90). Sum of RGB (Red+Green+Blue) = 24+60+90=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #183C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C5A is #E7C3A5. Grayscale: #343434. Windows color (decimal): -15188902 or 5913624. OLE color: 5913624.

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

Color convert

RGB246090-
CMYK0.730.3300.65
HSL207.27º57.89%22.35%-
HSV(B)207.27º73.33%35.29%-
XYZ3.844.1610.27-
YUV52.66149.07107.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.79%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=13.79%
G=34.48%
B=51.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2460900.730.3300.65207.2757.8922.35
Hex183C5A4921041cf3a16
Octal30741321114101013177226
Binary1100011110010110101001001100001010000011100111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,60,90); }

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

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

 a { background-color: rgb(24,60,90); }

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

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

 span { border-color: rgb(24,60,90); }

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