#195A8B

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

Shades of Bahama Blue #195A8B

Tints of Bahama Blue #195A8B

Color information

#195A8B (or 0x195A8B) is unknown color: approx Bahama Blue. HEX triplet: 19, 5A and 8B. RGB value is (25,90,139). Sum of RGB (Red+Green+Blue) = 25+90+139=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #195A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195A8B is #E6A574. Grayscale: #4B4B4B. Windows color (decimal): -15115637 or 9132569. OLE color: 9132569.

HSL color Cylindrical-coordinate representation of color #195A8B: hue angle of 205.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #195A8B is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2590139-
CMYK0.820.3500.45
HSL205.79º69.51%32.16%-
HSV(B)205.79º82.01%54.51%-
XYZ8.729.3825.78-
YUV76.15163.4791.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=9.84%
G=35.43%
B=54.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25901390.820.3500.45205.7969.5132.16
Hex195A8B522302Dce4620
Octal311322131224305531610640
Binary1100110110101000101110100101000110101101110011101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195A8B; }

 p { color: rgb(25,90,139); }

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

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

 a { background-color: rgb(25,90,139); }

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

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

 span { border-color: rgb(25,90,139); }

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