Html Css Color HEX #194E77 Bahama Blue

📋 copy color: '#194E77'

red 25 ◦ green 78 ◦ blue 119

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

Shades of Bahama Blue #194E77

Tints of Bahama Blue #194E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.14%

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

R = 11.26%
G = 35.14%
B = 53.6%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194E77 (or 0x194E77) is known color: Bahama Blue. HEX triplet: 19, 4E and 77. RGB value is (25,78,119). Sum of RGB (Red+Green+Blue) = 25+78+119=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #194E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E77 is #E6B188. Grayscale: #424242. Windows color (decimal): -15118729 or 7818777. OLE color: 7818777.

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

Color convert

RGB 25 78 119 -
CMYK 0.79 0.34 0 0.53
HSL 206.17º 0.65% 0.28% -
HSV(B) 206.17º 0.79% 0.47% -
XYZ 6.46 6.99 18.46 -
YUV 66.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 25 78 119 0.79 0.34 0 0.53 206.17 0.65 0.28
Hex 19 4E 77 4F 22 0 35 CE 41 1C
Octal 31 116 167 117 42 0 65 316 101 34
Binary 11001 1001110 1110111 1001111 100010 0 110101 11001110 1000001 11100

Color Harmonies of #194E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194E77

Black with #194E77

Text Example


Text Example

White with #194E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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