Html Css Color HEX #195982 Bahama Blue

📋 copy color: '#195982'

red 25 ◦ green 89 ◦ blue 130

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

Shades of Bahama Blue #195982

Tints of Bahama Blue #195982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

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

R = 10.25%
G = 36.48%
B = 53.28%

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

#195982 (or 0x195982) is known color: Bahama Blue. HEX triplet: 19, 59 and 82. RGB value is (25,89,130). Sum of RGB (Red+Green+Blue) = 25+89+130=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #195982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195982 is #E6A67D. Grayscale: #4A4A4A. Windows color (decimal): -15115902 or 8542489. OLE color: 8542489.

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

Color convert

RGB 25 89 130 -
CMYK 0.81 0.32 0 0.49
HSL 203.43º 0.68% 0.3% -
HSV(B) 203.43º 0.81% 0.51% -
XYZ 8 8.96 22.43 -
YUV 74.54 159.3 92.67 -
System Red Green Blue C M Y K H S L
Decimal 25 89 130 0.81 0.32 0 0.49 203.43 0.68 0.3
Hex 19 59 82 51 20 0 31 CB 44 1E
Octal 31 131 202 121 40 0 61 313 104 36
Binary 11001 1011001 10000010 1010001 100000 0 110001 11001011 1000100 11110

Color Harmonies of #195982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195982

Black with #195982

Text Example


Text Example

White with #195982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195982; }

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

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

background-color css

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

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

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

border-color css

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

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

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