#194E78

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

Shades of Bahama Blue #194E78

Tints of Bahama Blue #194E78

Color information

#194E78 (or 0x194E78) is unknown color: approx Bahama Blue. HEX triplet: 19, 4E and 78. RGB value is (25,78,120). Sum of RGB (Red+Green+Blue) = 25+78+120=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #194E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E78 is #E6B187. Grayscale: #424242. Windows color (decimal): -15118728 or 7884313. OLE color: 7884313.

HSL color Cylindrical-coordinate representation of color #194E78: hue angle of 206.53º 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 #194E78 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2578120-
CMYK0.790.3500.53
HSL206.53º65.52%28.43%-
HSV(B)206.53º79.17%47.06%-
XYZ6.527.0118.78-
YUV66.94157.9498.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=11.21%
G=34.98%
B=53.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25781200.790.3500.53206.5365.5228.43
Hex194E784F23035cf421c
Octal311161701174306531710234
Binary11001100111011110001001111100011011010111001111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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