#194D7D

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

Shades of Bahama Blue #194D7D

Tints of Bahama Blue #194D7D

Color information

#194D7D (or 0x194D7D) is unknown color: approx Bahama Blue. HEX triplet: 19, 4D and 7D. RGB value is (25,77,125). Sum of RGB (Red+Green+Blue) = 25+77+125=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #194D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D7D is #E6B282. Grayscale: #424242. Windows color (decimal): -15118979 or 8211737. OLE color: 8211737.

HSL color Cylindrical-coordinate representation of color #194D7D: hue angle of 208.8º degrees, saturation: 0.67, 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 #194D7D is Cyan = 0.8, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2577125-
CMYK0.80.3800.51
HSL208.8º66.67%29.41%-
HSV(B)208.8º80%49.02%-
XYZ6.76720.4-
YUV66.92160.7798.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=11.01%
G=33.92%
B=55.07%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25771250.80.3800.51208.866.6729.41
Hex194D7D5026033d1431d
Octal311151751204606332110335
Binary11001100110111111011010000100110011001111010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,77,125); }

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

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

 a { background-color: rgb(25,77,125); }

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

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

 span { border-color: rgb(25,77,125); }

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