Html Css Color HEX #195988 Bahama Blue

📋 copy color: '#195988'

red 25 ◦ green 89 ◦ blue 136

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

Shades of Bahama Blue #195988

Tints of Bahama Blue #195988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 10%
G = 35.6%
B = 54.4%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#195988 (or 0x195988) is known color: Bahama Blue. HEX triplet: 19, 59 and 88. RGB value is (25,89,136). Sum of RGB (Red+Green+Blue) = 25+89+136=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #195988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195988 is #E6A677. Grayscale: #4A4A4A. Windows color (decimal): -15115896 or 8935705. OLE color: 8935705.

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

Color convert

RGB 25 89 136 -
CMYK 0.82 0.35 0 0.47
HSL 205.41º 0.69% 0.32% -
HSV(B) 205.41º 0.82% 0.53% -
XYZ 8.42 9.13 24.61 -
YUV 75.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 25 89 136 0.82 0.35 0 0.47 205.41 0.69 0.32
Hex 19 59 88 52 23 0 2F CD 45 20
Octal 31 131 210 122 43 0 57 315 105 40
Binary 11001 1011001 10001000 1010010 100011 0 101111 11001101 1000101 100000

Color Harmonies of #195988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195988

Black with #195988

Text Example


Text Example

White with #195988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195988; }

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

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

background-color css

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

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

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

border-color css

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

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

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