Html Css Color HEX #195882 Bahama Blue

📋 copy color: '#195882'

red 25 ◦ green 88 ◦ blue 130

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

Shades of Bahama Blue #195882

Tints of Bahama Blue #195882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.5%

R = 10.29%
G = 36.21%
B = 53.5%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#195882 (or 0x195882) is known color: Bahama Blue. HEX triplet: 19, 58 and 82. RGB value is (25,88,130). Sum of RGB (Red+Green+Blue) = 25+88+130=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #195882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195882 is #E6A77D. Grayscale: #494949. Windows color (decimal): -15116158 or 8542233. OLE color: 8542233.

HSL color Cylindrical-coordinate representation of color #195882: hue angle of 204º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195882 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 88 130 -
CMYK 0.81 0.32 0 0.49
HSL 204º 0.68% 0.3% -
HSV(B) 204º 0.81% 0.51% -
XYZ 7.92 8.8 22.4 -
YUV 73.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 25 88 130 0.81 0.32 0 0.49 204 0.68 0.3
Hex 19 58 82 51 20 0 31 CC 44 1E
Octal 31 130 202 121 40 0 61 314 104 36
Binary 11001 1011000 10000010 1010001 100000 0 110001 11001100 1000100 11110

Color Harmonies of #195882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195882

Black with #195882

Text Example


Text Example

White with #195882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195882; }

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

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

background-color css

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

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

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

border-color css

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

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

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