Html Css Color HEX #195A82 Bahama Blue

📋 copy color: '#195A82'

red 25 ◦ green 90 ◦ blue 130

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

Shades of Bahama Blue #195A82

Tints of Bahama Blue #195A82

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.73%

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

R = 10.2%
G = 36.73%
B = 53.06%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#195A82 (or 0x195A82) is known color: Bahama Blue. HEX triplet: 19, 5A and 82. RGB value is (25,90,130). Sum of RGB (Red+Green+Blue) = 25+90+130=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #195A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195A82 is #E6A57D. Grayscale: #4A4A4A. Windows color (decimal): -15115646 or 8542745. OLE color: 8542745.

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

Color convert

RGB 25 90 130 -
CMYK 0.81 0.31 0 0.49
HSL 202.86º 0.68% 0.3% -
HSV(B) 202.86º 0.81% 0.51% -
XYZ 8.09 9.13 22.46 -
YUV 75.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 25 90 130 0.81 0.31 0 0.49 202.86 0.68 0.3
Hex 19 5A 82 51 1F 0 31 CB 44 1E
Octal 31 132 202 121 37 0 61 313 104 36
Binary 11001 1011010 10000010 1010001 11111 0 110001 11001011 1000100 11110

Color Harmonies of #195A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A82

Black with #195A82

Text Example


Text Example

White with #195A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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