#195278

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

Shades of Bahama Blue #195278

Tints of Bahama Blue #195278

Color information

#195278 (or 0x195278) is unknown color: approx Bahama Blue. HEX triplet: 19, 52 and 78. RGB value is (25,82,120). Sum of RGB (Red+Green+Blue) = 25+82+120=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #195278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195278 is #E6AD87. Grayscale: #454545. Windows color (decimal): -15117704 or 7885337. OLE color: 7885337.

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

Color convert

RGB2582120-
CMYK0.790.3200.53
HSL204º65.52%28.43%-
HSV(B)204º79.17%47.06%-
XYZ6.817.618.88-
YUV69.29156.6296.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=11.01%
G=36.12%
B=52.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25821200.790.3200.5320465.5228.43
Hex1952784F20035cc421c
Octal311221701174006531410234
Binary11001101001011110001001111100000011010111001100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195278; }

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

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

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

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

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

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

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

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