Html Css Color HEX #195087 Bahama Blue

📋 copy color: '#195087'

red 25 ◦ green 80 ◦ blue 135

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

Shades of Bahama Blue #195087

Tints of Bahama Blue #195087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 135 (53.13% from 255) = 56.25%

R = 10.42%
G = 33.33%
B = 56.25%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#195087 (or 0x195087) is known color: Bahama Blue. HEX triplet: 19, 50 and 87. RGB value is (25,80,135). Sum of RGB (Red+Green+Blue) = 25+80+135=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #195087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195087 is #E6AF78. Grayscale: #454545. Windows color (decimal): -15118201 or 8867865. OLE color: 8867865.

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

Color convert

RGB 25 80 135 -
CMYK 0.81 0.41 0 0.47
HSL 210º 0.69% 0.31% -
HSV(B) 210º 0.81% 0.53% -
XYZ 7.64 7.69 24 -
YUV 69.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 25 80 135 0.81 0.41 0 0.47 210 0.69 0.31
Hex 19 50 87 51 29 0 2F D2 45 1F
Octal 31 120 207 121 51 0 57 322 105 37
Binary 11001 1010000 10000111 1010001 101001 0 101111 11010010 1000101 11111

Color Harmonies of #195087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195087

Black with #195087

Text Example


Text Example

White with #195087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195087; }

 p { color: rgb(25,80,135); }

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

background-color css

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

 a { background-color: rgb(25,80,135); }

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

border-color css

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

 span { border-color: rgb(25,80,135); }

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