Html Css Color HEX #195689 Bahama Blue

📋 copy color: '#195689'

red 25 ◦ green 86 ◦ blue 137

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

Shades of Bahama Blue #195689

Tints of Bahama Blue #195689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 10.08%
G = 34.68%
B = 55.24%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#195689 (or 0x195689) is known color: Bahama Blue. HEX triplet: 19, 56 and 89. RGB value is (25,86,137). Sum of RGB (Red+Green+Blue) = 25+86+137=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #195689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195689 is #E6A976. Grayscale: #494949. Windows color (decimal): -15116663 or 9000473. OLE color: 9000473.

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

Color convert

RGB 25 86 137 -
CMYK 0.82 0.37 0 0.46
HSL 207.32º 0.69% 0.32% -
HSV(B) 207.32º 0.82% 0.54% -
XYZ 8.24 8.67 24.91 -
YUV 73.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 25 86 137 0.82 0.37 0 0.46 207.32 0.69 0.32
Hex 19 56 89 52 25 0 2E CF 45 20
Octal 31 126 211 122 45 0 56 317 105 40
Binary 11001 1010110 10001001 1010010 100101 0 101110 11001111 1000101 100000

Color Harmonies of #195689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195689

Black with #195689

Text Example


Text Example

White with #195689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195689; }

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

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

background-color css

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

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

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

border-color css

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

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

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