Html Css Color HEX #256086 Bahama Blue

📋 copy color: '#256086'

red 37 ◦ green 96 ◦ blue 134

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

Shades of Bahama Blue #256086

Tints of Bahama Blue #256086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.19%

R = 13.86%
G = 35.96%
B = 50.19%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#256086 (or 0x256086) is known color: Bahama Blue. HEX triplet: 25, 60 and 86. RGB value is (37,96,134). Sum of RGB (Red+Green+Blue) = 37+96+134=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #256086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256086 is #DA9F79. Grayscale: #525252. Windows color (decimal): -14327674 or 8806437. OLE color: 8806437.

HSL color Cylindrical-coordinate representation of color #256086: hue angle of 203.51º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256086 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 96 134 -
CMYK 0.72 0.28 0 0.47
HSL 203.51º 0.57% 0.34% -
HSV(B) 203.51º 0.72% 0.53% -
XYZ 9.25 10.48 24.09 -
YUV 82.69 156.95 95.41 -
System Red Green Blue C M Y K H S L
Decimal 37 96 134 0.72 0.28 0 0.47 203.51 0.57 0.34
Hex 25 60 86 48 1C 0 2F CC 39 22
Octal 45 140 206 110 34 0 57 314 71 42
Binary 100101 1100000 10000110 1001000 11100 0 101111 11001100 111001 100010

Color Harmonies of #256086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256086

Black with #256086

Text Example


Text Example

White with #256086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256086; }

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

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

background-color css

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

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

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

border-color css

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

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

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