Html Css Color HEX #195685 Bahama Blue

📋 copy color: '#195685'

red 25 ◦ green 86 ◦ blue 133

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

Shades of Bahama Blue #195685

Tints of Bahama Blue #195685

RGB

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

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

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

R = 10.25%
G = 35.25%
B = 54.51%

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

#195685 (or 0x195685) is known color: Bahama Blue. HEX triplet: 19, 56 and 85. RGB value is (25,86,133). Sum of RGB (Red+Green+Blue) = 25+86+133=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #195685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195685 is #E6A97A. Grayscale: #484848. Windows color (decimal): -15116667 or 8738329. OLE color: 8738329.

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

Color convert

RGB 25 86 133 -
CMYK 0.81 0.35 0 0.48
HSL 206.11º 0.68% 0.31% -
HSV(B) 206.11º 0.81% 0.52% -
XYZ 7.96 8.56 23.42 -
YUV 73.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 25 86 133 0.81 0.35 0 0.48 206.11 0.68 0.31
Hex 19 56 85 51 23 0 30 CE 44 1F
Octal 31 126 205 121 43 0 60 316 104 37
Binary 11001 1010110 10000101 1010001 100011 0 110000 11001110 1000100 11111

Color Harmonies of #195685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195685

Black with #195685

Text Example


Text Example

White with #195685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195685; }

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

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

background-color css

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

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

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

border-color css

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

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

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