Html Css Color HEX #195178 Bahama Blue

📋 copy color: '#195178'

red 25 ◦ green 81 ◦ blue 120

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

Shades of Bahama Blue #195178

Tints of Bahama Blue #195178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.84%

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 11.06%
G = 35.84%
B = 53.1%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195178 (or 0x195178) is known color: Bahama Blue. HEX triplet: 19, 51 and 78. RGB value is (25,81,120). Sum of RGB (Red+Green+Blue) = 25+81+120=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #195178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195178 is #E6AE87. Grayscale: #444444. Windows color (decimal): -15117960 or 7885081. OLE color: 7885081.

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

Color convert

RGB 25 81 120 -
CMYK 0.79 0.32 0 0.53
HSL 204.63º 0.66% 0.28% -
HSV(B) 204.63º 0.79% 0.47% -
XYZ 6.73 7.45 18.85 -
YUV 68.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 25 81 120 0.79 0.32 0 0.53 204.63 0.66 0.28
Hex 19 51 78 4F 20 0 35 CD 42 1C
Octal 31 121 170 117 40 0 65 315 102 34
Binary 11001 1010001 1111000 1001111 100000 0 110101 11001101 1000010 11100

Color Harmonies of #195178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195178

Black with #195178

Text Example


Text Example

White with #195178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195178; }

 p { color: rgb(25,81,120); }

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

background-color css

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

 a { background-color: rgb(25,81,120); }

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

border-color css

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

 span { border-color: rgb(25,81,120); }

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