#193457

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

Shades of Regal Blue #193457

Tints of Regal Blue #193457

Color information

#193457 (or 0x193457) is unknown color: approx Regal Blue. HEX triplet: 19, 34 and 57. RGB value is (25,52,87). Sum of RGB (Red+Green+Blue) = 25+52+87=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #193457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193457 is #E6CBA8. Grayscale: #2F2F2F. Windows color (decimal): -15125417 or 5714969. OLE color: 5714969.

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

Color convert

RGB255287-
CMYK0.710.4000.66
HSL213.87º55.36%21.96%-
HSV(B)213.87º71.26%34.12%-
XYZ3.353.359.49-
YUV47.92150.05111.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 87 (34.38% from 255) = 53.05%
R=15.24%
G=31.71%
B=53.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2552870.710.4000.66213.8755.3621.96
Hex1934574728042d63716
Octal31641271075001023266726
Binary1100111010010101111000111101000010000101101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193457; }

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

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

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

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

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

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

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

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