Html Css Color HEX #215080 Bahama Blue

📋 copy color: '#215080'

red 33 ◦ green 80 ◦ blue 128

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

Shades of Bahama Blue #215080

Tints of Bahama Blue #215080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.2%

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

R = 13.69%
G = 33.2%
B = 53.11%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#215080 (or 0x215080) is known color: Bahama Blue. HEX triplet: 21, 50 and 80. RGB value is (33,80,128). Sum of RGB (Red+Green+Blue) = 33+80+128=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #215080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215080 is #DEAF7F. Grayscale: #474747. Windows color (decimal): -14593920 or 8409121. OLE color: 8409121.

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

Color convert

RGB 33 80 128 -
CMYK 0.74 0.38 0 0.50
HSL 210.32º 0.59% 0.32% -
HSV(B) 210.32º 0.74% 0.5% -
XYZ 7.39 7.62 21.5 -
YUV 71.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 33 80 128 0.74 0.38 0 0.50 210.32 0.59 0.32
Hex 21 50 80 4A 26 0 32 D2 3B 20
Octal 41 120 200 112 46 0 62 322 73 40
Binary 100001 1010000 10000000 1001010 100110 0 110010 11010010 111011 100000

Color Harmonies of #215080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215080

Black with #215080

Text Example


Text Example

White with #215080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215080; }

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

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

background-color css

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

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

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

border-color css

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

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

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