#195078

Color #195078 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #195078

Tints of Bahama Blue #195078

Color information

#195078 (or 0x195078) is unknown color: approx Bahama Blue. HEX triplet: 19, 50 and 78. RGB value is (25,80,120). Sum of RGB (Red+Green+Blue) = 25+80+120=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #195078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195078 is #E6AF87. Grayscale: #434343. Windows color (decimal): -15118216 or 7884825. OLE color: 7884825.

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

Color convert

RGB2580120-
CMYK0.790.3300.53
HSL205.26º65.52%28.43%-
HSV(B)205.26º79.17%47.06%-
XYZ6.667.318.83-
YUV68.11157.2897.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=11.11%
G=35.56%
B=53.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25801200.790.3300.53205.2665.5228.43
Hex1950784F21035cd421c
Octal311201701174106531510234
Binary11001101000011110001001111100001011010111001101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195078; }

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

 H1.HeaderClassName
 {
   color: #195078;
 }
 .AnyTagClassName
 {
   color: #195078;
 }
</style>
background-color css

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

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

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

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

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

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