Html Css Color HEX #215980 Bahama Blue

📋 copy color: '#215980'

red 33 ◦ green 89 ◦ blue 128

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

Shades of Bahama Blue #215980

Tints of Bahama Blue #215980

RGB

 RED value IS 33 (13.28% from 255) = 13.2%

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

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

R = 13.2%
G = 35.6%
B = 51.2%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#215980 (or 0x215980) is known color: Bahama Blue. HEX triplet: 21, 59 and 80. RGB value is (33,89,128). Sum of RGB (Red+Green+Blue) = 33+89+128=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #215980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215980 is #DEA67F. Grayscale: #4C4C4C. Windows color (decimal): -14591616 or 8411425. OLE color: 8411425.

HSL color Cylindrical-coordinate representation of color #215980: hue angle of 204.63º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #215980 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 89 128 -
CMYK 0.74 0.30 0 0.50
HSL 204.63º 0.59% 0.32% -
HSV(B) 204.63º 0.74% 0.5% -
XYZ 8.1 9.03 21.74 -
YUV 76.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 33 89 128 0.74 0.30 0 0.50 204.63 0.59 0.32
Hex 21 59 80 4A 1E 0 32 CD 3B 20
Octal 41 131 200 112 36 0 62 315 73 40
Binary 100001 1011001 10000000 1001010 11110 0 110010 11001101 111011 100000

Color Harmonies of #215980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215980

Black with #215980

Text Example


Text Example

White with #215980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215980; }

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

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

background-color css

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

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

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

border-color css

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

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

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