Html Css Color HEX #1A5980 Bahama Blue

📋 copy color: '#1A5980'

red 26 ◦ green 89 ◦ blue 128

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

Shades of Bahama Blue #1A5980

Tints of Bahama Blue #1A5980

RGB

 RED value IS 26 (10.55% from 255) = 10.7%

 GREEN value IS 89 (35.16% from 255) = 36.63%

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

R = 10.7%
G = 36.63%
B = 52.67%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1A5980 (or 0x1A5980) is known color: Bahama Blue. HEX triplet: 1A, 59 and 80. RGB value is (26,89,128). Sum of RGB (Red+Green+Blue) = 26+89+128=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A5980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5980 is #E5A67F. Grayscale: #4A4A4A. Windows color (decimal): -15050368 or 8411418. OLE color: 8411418.

HSL color Cylindrical-coordinate representation of color #1A5980: hue angle of 202.94º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5980 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 26 89 128 -
CMYK 0.80 0.30 0 0.50
HSL 202.94º 0.66% 0.3% -
HSV(B) 202.94º 0.8% 0.5% -
XYZ 7.89 8.92 21.73 -
YUV 74.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 26 89 128 0.80 0.30 0 0.50 202.94 0.66 0.3
Hex 1A 59 80 50 1E 0 32 CB 42 1E
Octal 32 131 200 120 36 0 62 313 102 36
Binary 11010 1011001 10000000 1010000 11110 0 110010 11001011 1000010 11110

Color Harmonies of #1A5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5980

Black with #1A5980

Text Example


Text Example

White with #1A5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A5980; }

 p { color: rgb(26,89,128); }

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

background-color css

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

 a { background-color: rgb(26,89,128); }

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

border-color css

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

 span { border-color: rgb(26,89,128); }

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