Html Css Color HEX #195184 Bahama Blue

📋 copy color: '#195184'

red 25 ◦ green 81 ◦ blue 132

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

Shades of Bahama Blue #195184

Tints of Bahama Blue #195184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.03%

 BLUE value IS 132 (51.95% from 255) = 55.46%

R = 10.5%
G = 34.03%
B = 55.46%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#195184 (or 0x195184) is known color: Bahama Blue. HEX triplet: 19, 51 and 84. RGB value is (25,81,132). Sum of RGB (Red+Green+Blue) = 25+81+132=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #195184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195184 is #E6AE7B. Grayscale: #454545. Windows color (decimal): -15117948 or 8671513. OLE color: 8671513.

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

Color convert

RGB 25 81 132 -
CMYK 0.81 0.39 0 0.48
HSL 208.6º 0.68% 0.31% -
HSV(B) 208.6º 0.81% 0.52% -
XYZ 7.51 7.76 22.93 -
YUV 70.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 25 81 132 0.81 0.39 0 0.48 208.6 0.68 0.31
Hex 19 51 84 51 27 0 30 D1 44 1F
Octal 31 121 204 121 47 0 60 321 104 37
Binary 11001 1010001 10000100 1010001 100111 0 110000 11010001 1000100 11111

Color Harmonies of #195184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195184

Black with #195184

Text Example


Text Example

White with #195184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195184; }

 p { color: rgb(25,81,132); }

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

background-color css

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

 a { background-color: rgb(25,81,132); }

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

border-color css

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

 span { border-color: rgb(25,81,132); }

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