#183D5E

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

Shades of Regal Blue #183D5E

Tints of Regal Blue #183D5E

Color information

#183D5E (or 0x183D5E) is unknown color: approx Regal Blue. HEX triplet: 18, 3D and 5E. RGB value is (24,61,94). Sum of RGB (Red+Green+Blue) = 24+61+94=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #183D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D5E is #E7C2A1. Grayscale: #353535. Windows color (decimal): -15188642 or 6176024. OLE color: 6176024.

HSL color Cylindrical-coordinate representation of color #183D5E: hue angle of 208.29º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #183D5E is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB246194-
CMYK0.740.3500.63
HSL208.29º59.32%23.14%-
HSV(B)208.29º74.47%36.86%-
XYZ4.074.3411.21-
YUV53.7150.74106.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=13.41%
G=34.08%
B=52.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2461940.740.3500.63208.2959.3223.14
Hex183D5E4A2303Fd03b17
Octal3075136112430773207327
Binary110001111011011110100101010001101111111101000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,61,94); }

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

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

 a { background-color: rgb(24,61,94); }

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

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

 span { border-color: rgb(24,61,94); }

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