#183353

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

Shades of Regal Blue #183353

Tints of Regal Blue #183353

Color information

#183353 (or 0x183353) is unknown color: approx Regal Blue. HEX triplet: 18, 33 and 53. RGB value is (24,51,83). Sum of RGB (Red+Green+Blue) = 24+51+83=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #183353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183353 is #E7CCAC. Grayscale: #2E2E2E. Windows color (decimal): -15191213 or 5452568. OLE color: 5452568.

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

Color convert

RGB245183-
CMYK0.710.3900.67
HSL212.54º55.14%20.98%-
HSV(B)212.54º71.08%32.55%-
XYZ3.123.198.63-
YUV46.58148.55111.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=15.19%
G=32.28%
B=52.53%

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
Decimal2451830.710.3900.67212.5455.1420.98
Hex1833534727043d53715
Octal30631231074701033256725
Binary1100011001110100111000111100111010000111101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183353; }

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

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

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

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

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

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

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

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