Html Css Color HEX #256080 Bahama Blue

📋 copy color: '#256080'

red 37 ◦ green 96 ◦ blue 128

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

Shades of Bahama Blue #256080

Tints of Bahama Blue #256080

RGB

 RED value IS 37 (14.84% from 255) = 14.18%

 GREEN value IS 96 (37.89% from 255) = 36.78%

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 14.18%
G = 36.78%
B = 49.04%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#256080 (or 0x256080) is known color: Bahama Blue. HEX triplet: 25, 60 and 80. RGB value is (37,96,128). Sum of RGB (Red+Green+Blue) = 37+96+128=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #256080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256080 is #DA9F7F. Grayscale: #515151. Windows color (decimal): -14327680 or 8413221. OLE color: 8413221.

HSL color Cylindrical-coordinate representation of color #256080: hue angle of 201.1º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256080 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 96 128 -
CMYK 0.71 0.25 0 0.50
HSL 201.1º 0.55% 0.32% -
HSV(B) 201.1º 0.71% 0.5% -
XYZ 8.84 10.32 21.95 -
YUV 82.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 37 96 128 0.71 0.25 0 0.50 201.1 0.55 0.32
Hex 25 60 80 47 19 0 32 C9 37 20
Octal 45 140 200 107 31 0 62 311 67 40
Binary 100101 1100000 10000000 1000111 11001 0 110010 11001001 110111 100000

Color Harmonies of #256080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256080

Black with #256080

Text Example


Text Example

White with #256080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256080; }

 p { color: rgb(37,96,128); }

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

background-color css

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

 a { background-color: rgb(37,96,128); }

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

border-color css

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

 span { border-color: rgb(37,96,128); }

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