#194248

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

Shades of Tiber #194248

Tints of Tiber #194248

Color information

#194248 (or 0x194248) is unknown color: approx Tiber. HEX triplet: 19, 42 and 48. RGB value is (25,66,72). Sum of RGB (Red+Green+Blue) = 25+66+72=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #194248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194248 is #E6BDB7. Grayscale: #363636. Windows color (decimal): -15121848 or 4735513. OLE color: 4735513.

HSL color Cylindrical-coordinate representation of color #194248: hue angle of 187.66º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194248 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB256672-
CMYK0.650.0800.72
HSL187.66º48.45%19.02%-
HSV(B)187.66º65.28%28.24%-
XYZ3.524.576.83-
YUV54.42137.92107.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=15.34%
G=40.49%
B=44.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2566720.650.0800.72187.6648.4519.02
Hex194248418048bc3013
Octal311021101011001102746023
Binary110011000010100100010000011000010010001011110011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194248; }

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

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

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

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

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

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

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

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