#195279

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

Shades of Bahama Blue #195279

Tints of Bahama Blue #195279

Color information

#195279 (or 0x195279) is unknown color: approx Bahama Blue. HEX triplet: 19, 52 and 79. RGB value is (25,82,121). Sum of RGB (Red+Green+Blue) = 25+82+121=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #195279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195279 is #E6AD86. Grayscale: #454545. Windows color (decimal): -15117703 or 7950873. OLE color: 7950873.

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

Color convert

RGB2582121-
CMYK0.790.3200.53
HSL204.38º65.75%28.63%-
HSV(B)204.38º79.34%47.45%-
XYZ6.877.6219.2-
YUV69.4157.1296.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 121 (47.66% from 255) = 53.07%
R=10.96%
G=35.96%
B=53.07%

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
Decimal25821210.790.3200.53204.3865.7528.63
Hex1952794F20035cc421d
Octal311221711174006531410235
Binary11001101001011110011001111100000011010111001100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195279; }

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

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

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

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

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

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

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

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