#194C76

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

Shades of Bahama Blue #194C76

Tints of Bahama Blue #194C76

Color information

#194C76 (or 0x194C76) is unknown color: approx Bahama Blue. HEX triplet: 19, 4C and 76. RGB value is (25,76,118). Sum of RGB (Red+Green+Blue) = 25+76+118=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #194C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C76 is #E6B389. Grayscale: #414141. Windows color (decimal): -15119242 or 7752729. OLE color: 7752729.

HSL color Cylindrical-coordinate representation of color #194C76: hue angle of 207.1º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194C76 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2576118-
CMYK0.790.3600.54
HSL207.1º65.03%28.04%-
HSV(B)207.1º78.81%46.27%-
XYZ6.266.6818.1-
YUV65.54157.699.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=11.42%
G=34.70%
B=53.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25761180.790.3600.54207.165.0328.04
Hex194C764F24036cf411c
Octal311141661174406631710134
Binary11001100110011101101001111100100011011011001111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,76,118); }

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

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

 a { background-color: rgb(25,76,118); }

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

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

 span { border-color: rgb(25,76,118); }

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