#183B5A

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

Shades of Regal Blue #183B5A

Tints of Regal Blue #183B5A

Color information

#183B5A (or 0x183B5A) is unknown color: approx Regal Blue. HEX triplet: 18, 3B and 5A. RGB value is (24,59,90). Sum of RGB (Red+Green+Blue) = 24+59+90=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #183B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B5A is #E7C4A5. Grayscale: #333333. Windows color (decimal): -15189158 or 5913368. OLE color: 5913368.

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

Color convert

RGB245990-
CMYK0.730.3400.65
HSL208.18º57.89%22.35%-
HSV(B)208.18º73.33%35.29%-
XYZ3.794.0610.26-
YUV52.07149.4107.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=13.87%
G=34.10%
B=52.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2459900.730.3400.65208.1857.8922.35
Hex183B5A4922041d03a16
Octal30731321114201013207226
Binary1100011101110110101001001100010010000011101000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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