Html Css Color HEX #195688 Bahama Blue

📋 copy color: '#195688'

red 25 ◦ green 86 ◦ blue 136

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

Shades of Bahama Blue #195688

Tints of Bahama Blue #195688

RGB

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

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

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

R = 10.12%
G = 34.82%
B = 55.06%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#195688 (or 0x195688) is known color: Bahama Blue. HEX triplet: 19, 56 and 88. RGB value is (25,86,136). Sum of RGB (Red+Green+Blue) = 25+86+136=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #195688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195688 is #E6A977. Grayscale: #494949. Windows color (decimal): -15116664 or 8934937. OLE color: 8934937.

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

Color convert

RGB 25 86 136 -
CMYK 0.82 0.37 0 0.47
HSL 207.03º 0.69% 0.32% -
HSV(B) 207.03º 0.82% 0.53% -
XYZ 8.17 8.64 24.53 -
YUV 73.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 25 86 136 0.82 0.37 0 0.47 207.03 0.69 0.32
Hex 19 56 88 52 25 0 2F CF 45 20
Octal 31 126 210 122 45 0 57 317 105 40
Binary 11001 1010110 10001000 1010010 100101 0 101111 11001111 1000101 100000

Color Harmonies of #195688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195688

Black with #195688

Text Example


Text Example

White with #195688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195688; }

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

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

background-color css

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

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

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

border-color css

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

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

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