Html Css Color HEX #256083 Bahama Blue

📋 copy color: '#256083'

red 37 ◦ green 96 ◦ blue 131

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

Shades of Bahama Blue #256083

Tints of Bahama Blue #256083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.62%

R = 14.02%
G = 36.36%
B = 49.62%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256083 (or 0x256083) is known color: Bahama Blue. HEX triplet: 25, 60 and 83. RGB value is (37,96,131). Sum of RGB (Red+Green+Blue) = 37+96+131=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #256083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256083 is #DA9F7C. Grayscale: #525252. Windows color (decimal): -14327677 or 8609829. OLE color: 8609829.

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

Color convert

RGB 37 96 131 -
CMYK 0.72 0.27 0 0.49
HSL 202.34º 0.56% 0.33% -
HSV(B) 202.34º 0.72% 0.51% -
XYZ 9.04 10.4 23 -
YUV 82.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 37 96 131 0.72 0.27 0 0.49 202.34 0.56 0.33
Hex 25 60 83 48 1B 0 31 CA 38 21
Octal 45 140 203 110 33 0 61 312 70 41
Binary 100101 1100000 10000011 1001000 11011 0 110001 11001010 111000 100001

Color Harmonies of #256083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256083

Black with #256083

Text Example


Text Example

White with #256083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256083; }

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

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

background-color css

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

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

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

border-color css

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

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

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