Html Css Color HEX #195589 Bahama Blue

📋 copy color: '#195589'

red 25 ◦ green 85 ◦ blue 137

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

Shades of Bahama Blue #195589

Tints of Bahama Blue #195589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

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

R = 10.12%
G = 34.41%
B = 55.47%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#195589 (or 0x195589) is known color: Bahama Blue. HEX triplet: 19, 55 and 89. RGB value is (25,85,137). Sum of RGB (Red+Green+Blue) = 25+85+137=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #195589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195589 is #E6AA76. Grayscale: #484848. Windows color (decimal): -15116919 or 9000217. OLE color: 9000217.

HSL color Cylindrical-coordinate representation of color #195589: hue angle of 207.86º 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 #195589 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 85 137 -
CMYK 0.82 0.38 0 0.46
HSL 207.86º 0.69% 0.32% -
HSV(B) 207.86º 0.82% 0.54% -
XYZ 8.16 8.51 24.88 -
YUV 72.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 25 85 137 0.82 0.38 0 0.46 207.86 0.69 0.32
Hex 19 55 89 52 26 0 2E D0 45 20
Octal 31 125 211 122 46 0 56 320 105 40
Binary 11001 1010101 10001001 1010010 100110 0 101110 11010000 1000101 100000

Color Harmonies of #195589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195589

Black with #195589

Text Example


Text Example

White with #195589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195589; }

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

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

background-color css

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

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

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

border-color css

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

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

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