Html Css Color HEX #256085 Bahama Blue

📋 copy color: '#256085'

red 37 ◦ green 96 ◦ blue 133

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

Shades of Bahama Blue #256085

Tints of Bahama Blue #256085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50%

R = 13.91%
G = 36.09%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256085 (or 0x256085) is known color: Bahama Blue. HEX triplet: 25, 60 and 85. RGB value is (37,96,133). Sum of RGB (Red+Green+Blue) = 37+96+133=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #256085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256085 is #DA9F7A. Grayscale: #525252. Windows color (decimal): -14327675 or 8740901. OLE color: 8740901.

HSL color Cylindrical-coordinate representation of color #256085: hue angle of 203.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256085 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 96 133 -
CMYK 0.72 0.28 0 0.48
HSL 203.13º 0.56% 0.33% -
HSV(B) 203.13º 0.72% 0.52% -
XYZ 9.18 10.45 23.72 -
YUV 82.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 37 96 133 0.72 0.28 0 0.48 203.13 0.56 0.33
Hex 25 60 85 48 1C 0 30 CB 38 21
Octal 45 140 205 110 34 0 60 313 70 41
Binary 100101 1100000 10000101 1001000 11100 0 110000 11001011 111000 100001

Color Harmonies of #256085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256085

Black with #256085

Text Example


Text Example

White with #256085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256085; }

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

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

background-color css

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

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

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

border-color css

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

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

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