Html Css Color HEX #195785 Bahama Blue

📋 copy color: '#195785'

red 25 ◦ green 87 ◦ blue 133

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

Shades of Bahama Blue #195785

Tints of Bahama Blue #195785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.51%

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

R = 10.2%
G = 35.51%
B = 54.29%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#195785 (or 0x195785) is known color: Bahama Blue. HEX triplet: 19, 57 and 85. RGB value is (25,87,133). Sum of RGB (Red+Green+Blue) = 25+87+133=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #195785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195785 is #E6A87A. Grayscale: #494949. Windows color (decimal): -15116411 or 8738585. OLE color: 8738585.

HSL color Cylindrical-coordinate representation of color #195785: hue angle of 205.56º 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 #195785 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 87 133 -
CMYK 0.81 0.35 0 0.48
HSL 205.56º 0.68% 0.31% -
HSV(B) 205.56º 0.81% 0.52% -
XYZ 8.04 8.72 23.45 -
YUV 73.71 161.46 93.26 -
System Red Green Blue C M Y K H S L
Decimal 25 87 133 0.81 0.35 0 0.48 205.56 0.68 0.31
Hex 19 57 85 51 23 0 30 CE 44 1F
Octal 31 127 205 121 43 0 60 316 104 37
Binary 11001 1010111 10000101 1010001 100011 0 110000 11001110 1000100 11111

Color Harmonies of #195785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195785

Black with #195785

Text Example


Text Example

White with #195785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195785; }

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

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

background-color css

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

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

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

border-color css

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

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

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