#194263

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

Shades of Regal Blue #194263

Tints of Regal Blue #194263

Color information

#194263 (or 0x194263) is unknown color: approx Regal Blue. HEX triplet: 19, 42 and 63. RGB value is (25,66,99). Sum of RGB (Red+Green+Blue) = 25+66+99=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #194263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194263 is #E6BD9C. Grayscale: #393939. Windows color (decimal): -15121821 or 6504985. OLE color: 6504985.

HSL color Cylindrical-coordinate representation of color #194263: hue angle of 206.76º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194263 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB256699-
CMYK0.750.3300.61
HSL206.76º59.68%24.31%-
HSV(B)206.76º74.75%38.82%-
XYZ4.6512.53-
YUV57.5151.42104.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=13.16%
G=34.74%
B=52.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2566990.750.3300.61206.7659.6824.31
Hex1942634B2103Dcf3c18
Octal31102143113410753177430
Binary1100110000101100011100101110000101111011100111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194263; }

 p { color: rgb(25,66,99); }

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

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

 a { background-color: rgb(25,66,99); }

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

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

 span { border-color: rgb(25,66,99); }

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