#193851

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

Shades of Regal Blue #193851

Tints of Regal Blue #193851

Color information

#193851 (or 0x193851) is unknown color: approx Regal Blue. HEX triplet: 19, 38 and 51. RGB value is (25,56,81). Sum of RGB (Red+Green+Blue) = 25+56+81=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #193851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193851 is #E6C7AE. Grayscale: #313131. Windows color (decimal): -15124399 or 5322777. OLE color: 5322777.

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

Color convert

RGB255681-
CMYK0.690.3100.68
HSL206.79º52.83%20.78%-
HSV(B)206.79º69.14%31.76%-
XYZ3.33.638.31-
YUV49.58145.73110.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 81 (32.03% from 255) = 50%
R=15.43%
G=34.57%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2556810.690.3100.68206.7952.8320.78
Hex193851451F044cf3515
Octal31701211053701043176525
Binary110011110001010001100010111111010001001100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193851; }

 p { color: rgb(25,56,81); }

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

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

 a { background-color: rgb(25,56,81); }

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

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

 span { border-color: rgb(25,56,81); }

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