Html Css Color HEX #195585 Bahama Blue

📋 copy color: '#195585'

red 25 ◦ green 85 ◦ blue 133

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

Shades of Bahama Blue #195585

Tints of Bahama Blue #195585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

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

R = 10.29%
G = 34.98%
B = 54.73%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#195585 (or 0x195585) is known color: Bahama Blue. HEX triplet: 19, 55 and 85. RGB value is (25,85,133). Sum of RGB (Red+Green+Blue) = 25+85+133=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #195585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195585 is #E6AA7A. Grayscale: #484848. Windows color (decimal): -15116923 or 8738073. OLE color: 8738073.

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

Color convert

RGB 25 85 133 -
CMYK 0.81 0.36 0 0.48
HSL 206.67º 0.68% 0.31% -
HSV(B) 206.67º 0.81% 0.52% -
XYZ 7.88 8.4 23.4 -
YUV 72.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 25 85 133 0.81 0.36 0 0.48 206.67 0.68 0.31
Hex 19 55 85 51 24 0 30 CF 44 1F
Octal 31 125 205 121 44 0 60 317 104 37
Binary 11001 1010101 10000101 1010001 100100 0 110000 11001111 1000100 11111

Color Harmonies of #195585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195585

Black with #195585

Text Example


Text Example

White with #195585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195585; }

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

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

background-color css

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

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

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

border-color css

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

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

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