Html Css Color HEX #215F80 Bahama Blue

📋 copy color: '#215F80'

red 33 ◦ green 95 ◦ blue 128

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

Shades of Bahama Blue #215F80

Tints of Bahama Blue #215F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.11%

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

R = 12.89%
G = 37.11%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#215F80 (or 0x215F80) is known color: Bahama Blue. HEX triplet: 21, 5F and 80. RGB value is (33,95,128). Sum of RGB (Red+Green+Blue) = 33+95+128=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 95 (37.5% from 255 or 37.11% 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 #215F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F80 is #DEA07F. Grayscale: #505050. Windows color (decimal): -14590080 or 8412961. OLE color: 8412961.

HSL color Cylindrical-coordinate representation of color #215F80: hue angle of 200.84º 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 #215F80 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 95 128 -
CMYK 0.74 0.26 0 0.50
HSL 200.84º 0.59% 0.32% -
HSV(B) 200.84º 0.74% 0.5% -
XYZ 8.62 10.07 21.91 -
YUV 80.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 33 95 128 0.74 0.26 0 0.50 200.84 0.59 0.32
Hex 21 5F 80 4A 1A 0 32 C9 3B 20
Octal 41 137 200 112 32 0 62 311 73 40
Binary 100001 1011111 10000000 1001010 11010 0 110010 11001001 111011 100000

Color Harmonies of #215F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F80

Black with #215F80

Text Example


Text Example

White with #215F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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