Html Css Color HEX #194D77 Bahama Blue

📋 copy color: '#194D77'

red 25 ◦ green 77 ◦ blue 119

#194D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #194D77

Tints of Bahama Blue #194D77

RGB

 RED value IS 25 (10.16% from 255) = 11.31%

 GREEN value IS 77 (30.47% from 255) = 34.84%

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 11.31%
G = 34.84%
B = 53.85%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194D77 (or 0x194D77) is known color: Bahama Blue. HEX triplet: 19, 4D and 77. RGB value is (25,77,119). Sum of RGB (Red+Green+Blue) = 25+77+119=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #194D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D77 is #E6B288. Grayscale: #424242. Windows color (decimal): -15118985 or 7818521. OLE color: 7818521.

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

Color convert

RGB 25 77 119 -
CMYK 0.79 0.35 0 0.53
HSL 206.81º 0.65% 0.28% -
HSV(B) 206.81º 0.79% 0.47% -
XYZ 6.38 6.85 18.44 -
YUV 66.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 25 77 119 0.79 0.35 0 0.53 206.81 0.65 0.28
Hex 19 4D 77 4F 23 0 35 CF 41 1C
Octal 31 115 167 117 43 0 65 317 101 34
Binary 11001 1001101 1110111 1001111 100011 0 110101 11001111 1000001 11100

Color Harmonies of #194D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194D77

Black with #194D77

Text Example


Text Example

White with #194D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #194D77;
 }
 .AnyTagClassName
 {
   color: #194D77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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