#194058

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

Shades of Regal Blue #194058

Tints of Regal Blue #194058

Color information

#194058 (or 0x194058) is unknown color: approx Regal Blue. HEX triplet: 19, 40 and 58. RGB value is (25,64,88). Sum of RGB (Red+Green+Blue) = 25+64+88=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #194058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194058 is #E6BFA7. Grayscale: #363636. Windows color (decimal): -15122344 or 5783577. OLE color: 5783577.

HSL color Cylindrical-coordinate representation of color #194058: hue angle of 202.86º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194058 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB256488-
CMYK0.720.2700.65
HSL202.86º55.75%22.16%-
HSV(B)202.86º71.59%34.51%-
XYZ44.589.91-
YUV55.08146.58106.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=14.12%
G=36.16%
B=49.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2564880.720.2700.65202.8655.7522.16
Hex194058481B041cb3816
Octal311001301103301013137026
Binary1100110000001011000100100011011010000011100101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194058; }

 p { color: rgb(25,64,88); }

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

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

 a { background-color: rgb(25,64,88); }

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

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

 span { border-color: rgb(25,64,88); }

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