#193555

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

Shades of Regal Blue #193555

Tints of Regal Blue #193555

Color information

#193555 (or 0x193555) is unknown color: approx Regal Blue. HEX triplet: 19, 35 and 55. RGB value is (25,53,85). Sum of RGB (Red+Green+Blue) = 25+53+85=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #193555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193555 is #E6CAAA. Grayscale: #303030. Windows color (decimal): -15125163 or 5584153. OLE color: 5584153.

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

Color convert

RGB255385-
CMYK0.710.3800.67
HSL212º54.55%21.57%-
HSV(B)212º70.59%33.33%-
XYZ3.313.419.08-
YUV48.28148.72111.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=15.34%
G=32.52%
B=52.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2553850.710.3800.6721254.5521.57
Hex1935554726043d43716
Octal31651251074601033246726
Binary1100111010110101011000111100110010000111101010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193555; }

 p { color: rgb(25,53,85); }

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

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

 a { background-color: rgb(25,53,85); }

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

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

 span { border-color: rgb(25,53,85); }

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