Html Css Color HEX #195880 Bahama Blue

📋 copy color: '#195880'

red 25 ◦ green 88 ◦ blue 128

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

Shades of Bahama Blue #195880

Tints of Bahama Blue #195880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 10.37%
G = 36.51%
B = 53.11%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#195880 (or 0x195880) is known color: Bahama Blue. HEX triplet: 19, 58 and 80. RGB value is (25,88,128). Sum of RGB (Red+Green+Blue) = 25+88+128=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #195880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195880 is #E6A77F. Grayscale: #494949. Windows color (decimal): -15116160 or 8411161. OLE color: 8411161.

HSL color Cylindrical-coordinate representation of color #195880: hue angle of 203.3º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195880 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 88 128 -
CMYK 0.80 0.31 0 0.50
HSL 203.3º 0.67% 0.3% -
HSV(B) 203.3º 0.8% 0.5% -
XYZ 7.79 8.74 21.7 -
YUV 73.72 158.63 93.25 -
System Red Green Blue C M Y K H S L
Decimal 25 88 128 0.80 0.31 0 0.50 203.3 0.67 0.3
Hex 19 58 80 50 1F 0 32 CB 43 1E
Octal 31 130 200 120 37 0 62 313 103 36
Binary 11001 1011000 10000000 1010000 11111 0 110010 11001011 1000011 11110

Color Harmonies of #195880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195880

Black with #195880

Text Example


Text Example

White with #195880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195880; }

 p { color: rgb(25,88,128); }

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

background-color css

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

 a { background-color: rgb(25,88,128); }

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

border-color css

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

 span { border-color: rgb(25,88,128); }

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