Html Css Color HEX #195986 Bahama Blue

📋 copy color: '#195986'

red 25 ◦ green 89 ◦ blue 134

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

Shades of Bahama Blue #195986

Tints of Bahama Blue #195986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 10.08%
G = 35.89%
B = 54.03%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#195986 (or 0x195986) is known color: Bahama Blue. HEX triplet: 19, 59 and 86. RGB value is (25,89,134). Sum of RGB (Red+Green+Blue) = 25+89+134=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #195986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195986 is #E6A679. Grayscale: #4A4A4A. Windows color (decimal): -15115898 or 8804633. OLE color: 8804633.

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

Color convert

RGB 25 89 134 -
CMYK 0.81 0.34 0 0.47
HSL 204.77º 0.69% 0.31% -
HSV(B) 204.77º 0.81% 0.53% -
XYZ 8.28 9.07 23.87 -
YUV 74.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 25 89 134 0.81 0.34 0 0.47 204.77 0.69 0.31
Hex 19 59 86 51 22 0 2F CD 45 1F
Octal 31 131 206 121 42 0 57 315 105 37
Binary 11001 1011001 10000110 1010001 100010 0 101111 11001101 1000101 11111

Color Harmonies of #195986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195986

Black with #195986

Text Example


Text Example

White with #195986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195986; }

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

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

background-color css

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

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

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

border-color css

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

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

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