Html Css Color HEX #195884 Bahama Blue

📋 copy color: '#195884'

red 25 ◦ green 88 ◦ blue 132

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

Shades of Bahama Blue #195884

Tints of Bahama Blue #195884

RGB

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

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

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

R = 10.2%
G = 35.92%
B = 53.88%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#195884 (or 0x195884) is known color: Bahama Blue. HEX triplet: 19, 58 and 84. RGB value is (25,88,132). Sum of RGB (Red+Green+Blue) = 25+88+132=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #195884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195884 is #E6A77B. Grayscale: #494949. Windows color (decimal): -15116156 or 8673305. OLE color: 8673305.

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

Color convert

RGB 25 88 132 -
CMYK 0.81 0.33 0 0.48
HSL 204.67º 0.68% 0.31% -
HSV(B) 204.67º 0.81% 0.52% -
XYZ 8.06 8.85 23.11 -
YUV 74.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 25 88 132 0.81 0.33 0 0.48 204.67 0.68 0.31
Hex 19 58 84 51 21 0 30 CD 44 1F
Octal 31 130 204 121 41 0 60 315 104 37
Binary 11001 1011000 10000100 1010001 100001 0 110000 11001101 1000100 11111

Color Harmonies of #195884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195884

Black with #195884

Text Example


Text Example

White with #195884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195884; }

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

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

background-color css

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

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

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

border-color css

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

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

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