Html Css Color HEX #195987 Bahama Blue

📋 copy color: '#195987'

red 25 ◦ green 89 ◦ blue 135

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

Shades of Bahama Blue #195987

Tints of Bahama Blue #195987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 135 (53.13% from 255) = 54.22%

R = 10.04%
G = 35.74%
B = 54.22%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#195987 (or 0x195987) is known color: Bahama Blue. HEX triplet: 19, 59 and 87. RGB value is (25,89,135). Sum of RGB (Red+Green+Blue) = 25+89+135=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #195987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195987 is #E6A678. Grayscale: #4A4A4A. Windows color (decimal): -15115897 or 8870169. OLE color: 8870169.

HSL color Cylindrical-coordinate representation of color #195987: hue angle of 205.09º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195987 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 89 135 -
CMYK 0.81 0.34 0 0.47
HSL 205.09º 0.69% 0.31% -
HSV(B) 205.09º 0.81% 0.53% -
XYZ 8.35 9.1 24.24 -
YUV 75.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 25 89 135 0.81 0.34 0 0.47 205.09 0.69 0.31
Hex 19 59 87 51 22 0 2F CD 45 1F
Octal 31 131 207 121 42 0 57 315 105 37
Binary 11001 1011001 10000111 1010001 100010 0 101111 11001101 1000101 11111

Color Harmonies of #195987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195987

Black with #195987

Text Example


Text Example

White with #195987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195987; }

 p { color: rgb(25,89,135); }

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

background-color css

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

 a { background-color: rgb(25,89,135); }

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

border-color css

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

 span { border-color: rgb(25,89,135); }

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