Html Css Color HEX #195D89 Bahama Blue

📋 copy color: '#195D89'

red 25 ◦ green 93 ◦ blue 137

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

Shades of Bahama Blue #195D89

Tints of Bahama Blue #195D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.47%

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

R = 9.8%
G = 36.47%
B = 53.73%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#195D89 (or 0x195D89) is known color: Bahama Blue. HEX triplet: 19, 5D and 89. RGB value is (25,93,137). Sum of RGB (Red+Green+Blue) = 25+93+137=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #195D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D89 is #E6A276. Grayscale: #4D4D4D. Windows color (decimal): -15114871 or 9002265. OLE color: 9002265.

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

Color convert

RGB 25 93 137 -
CMYK 0.82 0.32 0 0.46
HSL 203.57º 0.69% 0.32% -
HSV(B) 203.57º 0.82% 0.54% -
XYZ 8.83 9.84 25.1 -
YUV 77.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 25 93 137 0.82 0.32 0 0.46 203.57 0.69 0.32
Hex 19 5D 89 52 20 0 2E CC 45 20
Octal 31 135 211 122 40 0 56 314 105 40
Binary 11001 1011101 10001001 1010010 100000 0 101110 11001100 1000101 100000

Color Harmonies of #195D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D89

Black with #195D89

Text Example


Text Example

White with #195D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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