#194365

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

Shades of Regal Blue #194365

Tints of Regal Blue #194365

Color information

#194365 (or 0x194365) is unknown color: approx Regal Blue. HEX triplet: 19, 43 and 65. RGB value is (25,67,101). Sum of RGB (Red+Green+Blue) = 25+67+101=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #194365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194365 is #E6BC9A. Grayscale: #3A3A3A. Windows color (decimal): -15121563 or 6636313. OLE color: 6636313.

HSL color Cylindrical-coordinate representation of color #194365: hue angle of 206.84º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194365 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2567101-
CMYK0.750.3400.60
HSL206.84º60.32%24.71%-
HSV(B)206.84º75.25%39.61%-
XYZ4.765.1613.06-
YUV58.32152.09104.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 101 (39.84% from 255) = 52.33%
R=12.95%
G=34.72%
B=52.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25671010.750.3400.60206.8460.3224.71
Hex1943654B2203Ccf3c19
Octal31103145113420743177431
Binary1100110000111100101100101110001001111001100111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194365; }

 p { color: rgb(25,67,101); }

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

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

 a { background-color: rgb(25,67,101); }

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

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

 span { border-color: rgb(25,67,101); }

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