Html Css Color HEX #195077 Bahama Blue

📋 copy color: '#195077'

red 25 ◦ green 80 ◦ blue 119

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

Shades of Bahama Blue #195077

Tints of Bahama Blue #195077

RGB

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

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

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

R = 11.16%
G = 35.71%
B = 53.13%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195077 (or 0x195077) is known color: Bahama Blue. HEX triplet: 19, 50 and 77. RGB value is (25,80,119). Sum of RGB (Red+Green+Blue) = 25+80+119=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #195077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195077 is #E6AF88. Grayscale: #434343. Windows color (decimal): -15118217 or 7819289. OLE color: 7819289.

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

Color convert

RGB 25 80 119 -
CMYK 0.79 0.33 0 0.53
HSL 204.89º 0.65% 0.28% -
HSV(B) 204.89º 0.79% 0.47% -
XYZ 6.6 7.28 18.51 -
YUV 68 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 25 80 119 0.79 0.33 0 0.53 204.89 0.65 0.28
Hex 19 50 77 4F 21 0 35 CD 41 1C
Octal 31 120 167 117 41 0 65 315 101 34
Binary 11001 1010000 1110111 1001111 100001 0 110101 11001101 1000001 11100

Color Harmonies of #195077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195077

Black with #195077

Text Example


Text Example

White with #195077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195077; }

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

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

background-color css

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

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

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

border-color css

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

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

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