#183E58

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

Shades of Regal Blue #183E58

Tints of Regal Blue #183E58

Color information

#183E58 (or 0x183E58) is unknown color: approx Regal Blue. HEX triplet: 18, 3E and 58. RGB value is (24,62,88). Sum of RGB (Red+Green+Blue) = 24+62+88=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #183E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E58 is #E7C1A7. Grayscale: #353535. Windows color (decimal): -15188392 or 5783064. OLE color: 5783064.

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

Color convert

RGB246288-
CMYK0.730.3000.65
HSL204.38º57.14%21.96%-
HSV(B)204.38º72.73%34.51%-
XYZ3.864.349.87-
YUV53.6147.41106.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.79%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=13.79%
G=35.63%
B=50.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2462880.730.3000.65204.3857.1421.96
Hex183E58491E041cc3916
Octal30761301113601013147126
Binary110001111101011000100100111110010000011100110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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