Html Css Color HEX #195188 Bahama Blue

📋 copy color: '#195188'

red 25 ◦ green 81 ◦ blue 136

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

Shades of Bahama Blue #195188

Tints of Bahama Blue #195188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.47%

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

R = 10.33%
G = 33.47%
B = 56.2%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#195188 (or 0x195188) is known color: Bahama Blue. HEX triplet: 19, 51 and 88. RGB value is (25,81,136). Sum of RGB (Red+Green+Blue) = 25+81+136=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #195188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195188 is #E6AE77. Grayscale: #464646. Windows color (decimal): -15117944 or 8933657. OLE color: 8933657.

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

Color convert

RGB 25 81 136 -
CMYK 0.82 0.40 0 0.47
HSL 209.73º 0.69% 0.32% -
HSV(B) 209.73º 0.82% 0.53% -
XYZ 7.79 7.87 24.4 -
YUV 70.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 25 81 136 0.82 0.40 0 0.47 209.73 0.69 0.32
Hex 19 51 88 52 28 0 2F D2 45 20
Octal 31 121 210 122 50 0 57 322 105 40
Binary 11001 1010001 10001000 1010010 101000 0 101111 11010010 1000101 100000

Color Harmonies of #195188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195188

Black with #195188

Text Example


Text Example

White with #195188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195188; }

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

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

background-color css

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

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

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

border-color css

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

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

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