#193450

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

Shades of Regal Blue #193450

Tints of Regal Blue #193450

Color information

#193450 (or 0x193450) is unknown color: approx Regal Blue. HEX triplet: 19, 34 and 50. RGB value is (25,52,80). Sum of RGB (Red+Green+Blue) = 25+52+80=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #193450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193450 is #E6CBAF. Grayscale: #2E2E2E. Windows color (decimal): -15125424 or 5256217. OLE color: 5256217.

HSL color Cylindrical-coordinate representation of color #193450: hue angle of 210.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193450 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB255280-
CMYK0.690.3500.69
HSL210.55º52.38%20.59%-
HSV(B)210.55º68.75%31.37%-
XYZ3.083.248.05-
YUV47.12146.55112.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=15.92%
G=33.12%
B=50.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2552800.690.3500.69210.5552.3820.59
Hex1934504523045d33415
Octal31641201054301053236425
Binary1100111010010100001000101100011010001011101001111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193450; }

 p { color: rgb(25,52,80); }

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

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

 a { background-color: rgb(25,52,80); }

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

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

 span { border-color: rgb(25,52,80); }

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