Html Css Color HEX #195682 Bahama Blue

📋 copy color: '#195682'

red 25 ◦ green 86 ◦ blue 130

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

Shades of Bahama Blue #195682

Tints of Bahama Blue #195682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 10.37%
G = 35.68%
B = 53.94%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#195682 (or 0x195682) is known color: Bahama Blue. HEX triplet: 19, 56 and 82. RGB value is (25,86,130). Sum of RGB (Red+Green+Blue) = 25+86+130=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #195682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195682 is #E6A97D. Grayscale: #484848. Windows color (decimal): -15116670 or 8541721. OLE color: 8541721.

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

Color convert

RGB 25 86 130 -
CMYK 0.81 0.34 0 0.49
HSL 205.14º 0.68% 0.3% -
HSV(B) 205.14º 0.81% 0.51% -
XYZ 7.76 8.47 22.35 -
YUV 72.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 25 86 130 0.81 0.34 0 0.49 205.14 0.68 0.3
Hex 19 56 82 51 22 0 31 CD 44 1E
Octal 31 126 202 121 42 0 61 315 104 36
Binary 11001 1010110 10000010 1010001 100010 0 110001 11001101 1000100 11110

Color Harmonies of #195682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195682

Black with #195682

Text Example


Text Example

White with #195682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195682; }

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

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

background-color css

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

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

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

border-color css

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

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

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