Html Css Color HEX #195079 Bahama Blue

📋 copy color: '#195079'

red 25 ◦ green 80 ◦ blue 121

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

Shades of Bahama Blue #195079

Tints of Bahama Blue #195079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 11.06%
G = 35.4%
B = 53.54%

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

#195079 (or 0x195079) is known color: Bahama Blue. HEX triplet: 19, 50 and 79. RGB value is (25,80,121). Sum of RGB (Red+Green+Blue) = 25+80+121=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #195079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195079 is #E6AF86. Grayscale: #444444. Windows color (decimal): -15118215 or 7950361. OLE color: 7950361.

HSL color Cylindrical-coordinate representation of color #195079: hue angle of 205.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195079 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 80 121 -
CMYK 0.79 0.34 0 0.53
HSL 205.63º 0.66% 0.29% -
HSV(B) 205.63º 0.79% 0.47% -
XYZ 6.72 7.32 19.15 -
YUV 68.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 25 80 121 0.79 0.34 0 0.53 205.63 0.66 0.29
Hex 19 50 79 4F 22 0 35 CE 42 1D
Octal 31 120 171 117 42 0 65 316 102 35
Binary 11001 1010000 1111001 1001111 100010 0 110101 11001110 1000010 11101

Color Harmonies of #195079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195079

Black with #195079

Text Example


Text Example

White with #195079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195079; }

 p { color: rgb(25,80,121); }

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

background-color css

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

 a { background-color: rgb(25,80,121); }

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

border-color css

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

 span { border-color: rgb(25,80,121); }

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