Html Css Color HEX #195588 Bahama Blue

📋 copy color: '#195588'

red 25 ◦ green 85 ◦ blue 136

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

Shades of Bahama Blue #195588

Tints of Bahama Blue #195588

RGB

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

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

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

R = 10.16%
G = 34.55%
B = 55.28%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#195588 (or 0x195588) is known color: Bahama Blue. HEX triplet: 19, 55 and 88. RGB value is (25,85,136). Sum of RGB (Red+Green+Blue) = 25+85+136=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #195588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195588 is #E6AA77. Grayscale: #484848. Windows color (decimal): -15116920 or 8934681. OLE color: 8934681.

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

Color convert

RGB 25 85 136 -
CMYK 0.82 0.38 0 0.47
HSL 207.57º 0.69% 0.32% -
HSV(B) 207.57º 0.82% 0.53% -
XYZ 8.09 8.48 24.5 -
YUV 72.87 163.62 93.85 -
System Red Green Blue C M Y K H S L
Decimal 25 85 136 0.82 0.38 0 0.47 207.57 0.69 0.32
Hex 19 55 88 52 26 0 2F D0 45 20
Octal 31 125 210 122 46 0 57 320 105 40
Binary 11001 1010101 10001000 1010010 100110 0 101111 11010000 1000101 100000

Color Harmonies of #195588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195588

Black with #195588

Text Example


Text Example

White with #195588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195588; }

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

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

background-color css

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

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

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

border-color css

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

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

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