Html Css Color HEX #215B82 Bahama Blue

📋 copy color: '#215B82'

red 33 ◦ green 91 ◦ blue 130

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

Shades of Bahama Blue #215B82

Tints of Bahama Blue #215B82

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.83%

 BLUE value IS 130 (51.17% from 255) = 51.18%

R = 12.99%
G = 35.83%
B = 51.18%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#215B82 (or 0x215B82) is known color: Bahama Blue. HEX triplet: 21, 5B and 82. RGB value is (33,91,130). Sum of RGB (Red+Green+Blue) = 33+91+130=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #215B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215B82 is #DEA47D. Grayscale: #4D4D4D. Windows color (decimal): -14591102 or 8543009. OLE color: 8543009.

HSL color Cylindrical-coordinate representation of color #215B82: hue angle of 204.12º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215B82 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 91 130 -
CMYK 0.75 0.30 0 0.49
HSL 204.12º 0.6% 0.32% -
HSV(B) 204.12º 0.75% 0.51% -
XYZ 8.4 9.42 22.49 -
YUV 78.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 33 91 130 0.75 0.30 0 0.49 204.12 0.6 0.32
Hex 21 5B 82 4B 1E 0 31 CC 3C 20
Octal 41 133 202 113 36 0 61 314 74 40
Binary 100001 1011011 10000010 1001011 11110 0 110001 11001100 111100 100000

Color Harmonies of #215B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B82

Black with #215B82

Text Example


Text Example

White with #215B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,91,130); }

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

background-color css

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

 a { background-color: rgb(33,91,130); }

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

border-color css

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

 span { border-color: rgb(33,91,130); }

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