#183453

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

Shades of Regal Blue #183453

Tints of Regal Blue #183453

Color information

#183453 (or 0x183453) is unknown color: approx Regal Blue. HEX triplet: 18, 34 and 53. RGB value is (24,52,83). Sum of RGB (Red+Green+Blue) = 24+52+83=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #183453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183453 is #E7CBAC. Grayscale: #2F2F2F. Windows color (decimal): -15190957 or 5452824. OLE color: 5452824.

HSL color Cylindrical-coordinate representation of color #183453: hue angle of 211.53º degrees, saturation: 0.55, 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 #183453 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB245283-
CMYK0.710.3700.67
HSL211.53º55.14%20.98%-
HSV(B)211.53º71.08%32.55%-
XYZ3.173.278.65-
YUV47.16148.22111.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=15.09%
G=32.70%
B=52.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2452830.710.3700.67211.5355.1420.98
Hex1834534725043d43715
Octal30641231074501033246725
Binary1100011010010100111000111100101010000111101010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183453; }

 p { color: rgb(24,52,83); }

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

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

 a { background-color: rgb(24,52,83); }

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

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

 span { border-color: rgb(24,52,83); }

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