#194E7C

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

Shades of Bahama Blue #194E7C

Tints of Bahama Blue #194E7C

Color information

#194E7C (or 0x194E7C) is unknown color: approx Bahama Blue. HEX triplet: 19, 4E and 7C. RGB value is (25,78,124). Sum of RGB (Red+Green+Blue) = 25+78+124=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #194E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E7C is #E6B183. Grayscale: #434343. Windows color (decimal): -15118724 or 8146457. OLE color: 8146457.

HSL color Cylindrical-coordinate representation of color #194E7C: hue angle of 207.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194E7C is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2578124-
CMYK0.800.3700.51
HSL207.88º66.44%29.22%-
HSV(B)207.88º79.84%48.63%-
XYZ6.767.1120.08-
YUV67.4159.9497.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=11.01%
G=34.36%
B=54.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25781240.800.3700.51207.8866.4429.22
Hex194E7C5025033d0421d
Octal311161741204506332010235
Binary11001100111011111001010000100101011001111010000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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