Html Css Color HEX #265A80 Bahama Blue

📋 copy color: '#265A80'

red 38 ◦ green 90 ◦ blue 128

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

Shades of Bahama Blue #265A80

Tints of Bahama Blue #265A80

RGB

 RED value IS 38 (15.23% from 255) = 14.84%

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 14.84%
G = 35.16%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#265A80 (or 0x265A80) is known color: Bahama Blue. HEX triplet: 26, 5A and 80. RGB value is (38,90,128). Sum of RGB (Red+Green+Blue) = 38+90+128=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #265A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265A80 is #D9A57F. Grayscale: #4E4E4E. Windows color (decimal): -14263680 or 8411686. OLE color: 8411686.

HSL color Cylindrical-coordinate representation of color #265A80: hue angle of 205.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #265A80 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 90 128 -
CMYK 0.70 0.30 0 0.50
HSL 205.33º 0.54% 0.33% -
HSV(B) 205.33º 0.7% 0.5% -
XYZ 8.35 9.28 21.77 -
YUV 78.78 155.77 98.91 -
System Red Green Blue C M Y K H S L
Decimal 38 90 128 0.70 0.30 0 0.50 205.33 0.54 0.33
Hex 26 5A 80 46 1E 0 32 CD 36 21
Octal 46 132 200 106 36 0 62 315 66 41
Binary 100110 1011010 10000000 1000110 11110 0 110010 11001101 110110 100001

Color Harmonies of #265A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A80

Black with #265A80

Text Example


Text Example

White with #265A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265A80; }

 p { color: rgb(38,90,128); }

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

background-color css

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

 a { background-color: rgb(38,90,128); }

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

border-color css

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

 span { border-color: rgb(38,90,128); }

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