#194468

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

Shades of Regal Blue #194468

Tints of Regal Blue #194468

Color information

#194468 (or 0x194468) is unknown color: approx Regal Blue. HEX triplet: 19, 44 and 68. RGB value is (25,68,104). Sum of RGB (Red+Green+Blue) = 25+68+104=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #194468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194468 is #E6BB97. Grayscale: #3B3B3B. Windows color (decimal): -15121304 or 6833177. OLE color: 6833177.

HSL color Cylindrical-coordinate representation of color #194468: hue angle of 207.34º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194468 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2568104-
CMYK0.760.3500.59
HSL207.34º61.24%25.29%-
HSV(B)207.34º75.96%40.78%-
XYZ4.975.3413.87-
YUV59.25153.25103.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=12.69%
G=34.52%
B=52.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25681040.760.3500.59207.3461.2425.29
Hex1944684C2303Bcf3d19
Octal31104150114430733177531
Binary1100110001001101000100110010001101110111100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194468; }

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

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

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

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

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

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

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

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