Html Css Color HEX #195B85 Bahama Blue

📋 copy color: '#195B85'

red 25 ◦ green 91 ◦ blue 133

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

Shades of Bahama Blue #195B85

Tints of Bahama Blue #195B85

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.55%

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 10.04%
G = 36.55%
B = 53.41%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#195B85 (or 0x195B85) is known color: Bahama Blue. HEX triplet: 19, 5B and 85. RGB value is (25,91,133). Sum of RGB (Red+Green+Blue) = 25+91+133=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #195B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195B85 is #E6A47A. Grayscale: #4B4B4B. Windows color (decimal): -15115387 or 8739609. OLE color: 8739609.

HSL color Cylindrical-coordinate representation of color #195B85: hue angle of 203.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195B85 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 91 133 -
CMYK 0.81 0.32 0 0.48
HSL 203.33º 0.68% 0.31% -
HSV(B) 203.33º 0.81% 0.52% -
XYZ 8.38 9.38 23.56 -
YUV 76.05 160.13 91.58 -
System Red Green Blue C M Y K H S L
Decimal 25 91 133 0.81 0.32 0 0.48 203.33 0.68 0.31
Hex 19 5B 85 51 20 0 30 CB 44 1F
Octal 31 133 205 121 40 0 60 313 104 37
Binary 11001 1011011 10000101 1010001 100000 0 110000 11001011 1000100 11111

Color Harmonies of #195B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195B85

Black with #195B85

Text Example


Text Example

White with #195B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,91,133); }

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

background-color css

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

 a { background-color: rgb(25,91,133); }

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

border-color css

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

 span { border-color: rgb(25,91,133); }

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