#194B68

Color #194B68 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #194B68

Tints of Arapawa #194B68

Color information

#194B68 (or 0x194B68) is unknown color: approx Arapawa. HEX triplet: 19, 4B and 68. RGB value is (25,75,104). Sum of RGB (Red+Green+Blue) = 25+75+104=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #194B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B68 is #E6B497. Grayscale: #3F3F3F. Windows color (decimal): -15119512 or 6834969. OLE color: 6834969.

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

Color convert

RGB2575104-
CMYK0.760.2800.59
HSL202.03º61.24%25.29%-
HSV(B)202.03º75.96%40.78%-
XYZ5.426.2414.02-
YUV63.36150.94100.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=12.25%
G=36.76%
B=50.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25751040.760.2800.59202.0361.2425.29
Hex194B684C1C03Bca3d19
Octal31113150114340733127531
Binary110011001011110100010011001110001110111100101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194B68; }

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

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

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

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

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

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

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

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