#194362

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

Shades of Regal Blue #194362

Tints of Regal Blue #194362

Color information

#194362 (or 0x194362) is unknown color: approx Regal Blue. HEX triplet: 19, 43 and 62. RGB value is (25,67,98). Sum of RGB (Red+Green+Blue) = 25+67+98=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #194362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194362 is #E6BC9D. Grayscale: #393939. Windows color (decimal): -15121566 or 6439705. OLE color: 6439705.

HSL color Cylindrical-coordinate representation of color #194362: hue angle of 205.48º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194362 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB256798-
CMYK0.740.3200.62
HSL205.48º59.35%24.12%-
HSV(B)205.48º74.49%38.43%-
XYZ4.615.112.3-
YUV57.98150.59104.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 98 (38.67% from 255) = 51.58%
R=13.16%
G=35.26%
B=51.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2567980.740.3200.62205.4859.3524.12
Hex1943624A2003Ecd3b18
Octal31103142112400763157330
Binary1100110000111100010100101010000001111101100110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194362; }

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

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

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

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

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

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

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

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