#183354

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

Shades of Regal Blue #183354

Tints of Regal Blue #183354

Color information

#183354 (or 0x183354) is unknown color: approx Regal Blue. HEX triplet: 18, 33 and 54. RGB value is (24,51,84). Sum of RGB (Red+Green+Blue) = 24+51+84=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #183354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183354 is #E7CCAB. Grayscale: #2E2E2E. Windows color (decimal): -15191212 or 5518104. OLE color: 5518104.

HSL color Cylindrical-coordinate representation of color #183354: hue angle of 213º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183354 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB245184-
CMYK0.710.3900.67
HSL213º55.56%21.18%-
HSV(B)213º71.43%32.94%-
XYZ3.163.28.84-
YUV46.69149.05111.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=15.09%
G=32.08%
B=52.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2451840.710.3900.6721355.5621.18
Hex1833544727043d53815
Octal30631241074701033257025
Binary1100011001110101001000111100111010000111101010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183354; }

 p { color: rgb(24,51,84); }

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

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

 a { background-color: rgb(24,51,84); }

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

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

 span { border-color: rgb(24,51,84); }

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