#194465

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

Shades of Regal Blue #194465

Tints of Regal Blue #194465

Color information

#194465 (or 0x194465) is unknown color: approx Regal Blue. HEX triplet: 19, 44 and 65. RGB value is (25,68,101). Sum of RGB (Red+Green+Blue) = 25+68+101=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #194465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194465 is #E6BB9A. Grayscale: #3A3A3A. Windows color (decimal): -15121307 or 6636569. OLE color: 6636569.

HSL color Cylindrical-coordinate representation of color #194465: hue angle of 206.05º 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 #194465 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2568101-
CMYK0.750.3300.60
HSL206.05º60.32%24.71%-
HSV(B)206.05º75.25%39.61%-
XYZ4.825.2813.08-
YUV58.9151.75103.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=12.89%
G=35.05%
B=52.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25681010.750.3300.60206.0560.3224.71
Hex1944654B2103Cce3c19
Octal31104145113410743167431
Binary1100110001001100101100101110000101111001100111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194465; }

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

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

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

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

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

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

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

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