Html Css Color HEX #195789 Bahama Blue

📋 copy color: '#195789'

red 25 ◦ green 87 ◦ blue 137

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

Shades of Bahama Blue #195789

Tints of Bahama Blue #195789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.94%

 BLUE value IS 137 (53.91% from 255) = 55.02%

R = 10.04%
G = 34.94%
B = 55.02%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#195789 (or 0x195789) is known color: Bahama Blue. HEX triplet: 19, 57 and 89. RGB value is (25,87,137). Sum of RGB (Red+Green+Blue) = 25+87+137=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #195789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195789 is #E6A876. Grayscale: #494949. Windows color (decimal): -15116407 or 9000729. OLE color: 9000729.

HSL color Cylindrical-coordinate representation of color #195789: hue angle of 206.79º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #195789 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 87 137 -
CMYK 0.82 0.36 0 0.46
HSL 206.79º 0.69% 0.32% -
HSV(B) 206.79º 0.82% 0.54% -
XYZ 8.32 8.83 24.93 -
YUV 74.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 25 87 137 0.82 0.36 0 0.46 206.79 0.69 0.32
Hex 19 57 89 52 24 0 2E CF 45 20
Octal 31 127 211 122 44 0 56 317 105 40
Binary 11001 1010111 10001001 1010010 100100 0 101110 11001111 1000101 100000

Color Harmonies of #195789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195789

Black with #195789

Text Example


Text Example

White with #195789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195789; }

 p { color: rgb(25,87,137); }

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

background-color css

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

 a { background-color: rgb(25,87,137); }

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

border-color css

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

 span { border-color: rgb(25,87,137); }

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