#194068

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

Shades of Regal Blue #194068

Tints of Regal Blue #194068

Color information

#194068 (or 0x194068) is unknown color: approx Regal Blue. HEX triplet: 19, 40 and 68. RGB value is (25,64,104). Sum of RGB (Red+Green+Blue) = 25+64+104=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #194068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194068 is #E6BF97. Grayscale: #383838. Windows color (decimal): -15122328 or 6832153. OLE color: 6832153.

HSL color Cylindrical-coordinate representation of color #194068: hue angle of 210.38º 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 #194068 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2564104-
CMYK0.760.3800.59
HSL210.38º61.24%25.29%-
HSV(B)210.38º75.96%40.78%-
XYZ4.734.8713.79-
YUV56.9154.58105.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=12.95%
G=33.16%
B=53.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25641040.760.3800.59210.3861.2425.29
Hex1940684C2603Bd23d19
Octal31100150114460733227531
Binary1100110000001101000100110010011001110111101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194068; }

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

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

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

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

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

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

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

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