#194F78

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

Shades of Bahama Blue #194F78

Tints of Bahama Blue #194F78

Color information

#194F78 (or 0x194F78) is unknown color: approx Bahama Blue. HEX triplet: 19, 4F and 78. RGB value is (25,79,120). Sum of RGB (Red+Green+Blue) = 25+79+120=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #194F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F78 is #E6B087. Grayscale: #434343. Windows color (decimal): -15118472 or 7884569. OLE color: 7884569.

HSL color Cylindrical-coordinate representation of color #194F78: hue angle of 205.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194F78 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2579120-
CMYK0.790.3400.53
HSL205.89º65.52%28.43%-
HSV(B)205.89º79.17%47.06%-
XYZ6.597.1518.8-
YUV67.53157.6197.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=11.16%
G=35.27%
B=53.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25791200.790.3400.53205.8965.5228.43
Hex194F784F22035ce421c
Octal311171701174206531610234
Binary11001100111111110001001111100010011010111001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,79,120); }

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

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

 a { background-color: rgb(25,79,120); }

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

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

 span { border-color: rgb(25,79,120); }

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