Html Css Color HEX #194F76 Bahama Blue

📋 copy color: '#194F76'

red 25 ◦ green 79 ◦ blue 118

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

Shades of Bahama Blue #194F76

Tints of Bahama Blue #194F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.59%

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 11.26%
G = 35.59%
B = 53.15%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194F76 (or 0x194F76) is known color: Bahama Blue. HEX triplet: 19, 4F and 76. RGB value is (25,79,118). Sum of RGB (Red+Green+Blue) = 25+79+118=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #194F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F76 is #E6B089. Grayscale: #434343. Windows color (decimal): -15118474 or 7753497. OLE color: 7753497.

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

Color convert

RGB 25 79 118 -
CMYK 0.79 0.33 0 0.54
HSL 205.16º 0.65% 0.28% -
HSV(B) 205.16º 0.79% 0.46% -
XYZ 6.47 7.11 18.17 -
YUV 67.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 25 79 118 0.79 0.33 0 0.54 205.16 0.65 0.28
Hex 19 4F 76 4F 21 0 36 CD 41 1C
Octal 31 117 166 117 41 0 66 315 101 34
Binary 11001 1001111 1110110 1001111 100001 0 110110 11001101 1000001 11100

Color Harmonies of #194F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194F76

Black with #194F76

Text Example


Text Example

White with #194F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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