Html Css Color HEX #215F84 Bahama Blue

📋 copy color: '#215F84'

red 33 ◦ green 95 ◦ blue 132

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

Shades of Bahama Blue #215F84

Tints of Bahama Blue #215F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.77%

R = 12.69%
G = 36.54%
B = 50.77%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#215F84 (or 0x215F84) is known color: Bahama Blue. HEX triplet: 21, 5F and 84. RGB value is (33,95,132). Sum of RGB (Red+Green+Blue) = 33+95+132=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #215F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F84 is #DEA07B. Grayscale: #505050. Windows color (decimal): -14590076 or 8675105. OLE color: 8675105.

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

Color convert

RGB 33 95 132 -
CMYK 0.75 0.28 0 0.48
HSL 202.42º 0.6% 0.32% -
HSV(B) 202.42º 0.75% 0.52% -
XYZ 8.88 10.17 23.33 -
YUV 80.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 33 95 132 0.75 0.28 0 0.48 202.42 0.6 0.32
Hex 21 5F 84 4B 1C 0 30 CA 3C 20
Octal 41 137 204 113 34 0 60 312 74 40
Binary 100001 1011111 10000100 1001011 11100 0 110000 11001010 111100 100000

Color Harmonies of #215F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F84

Black with #215F84

Text Example


Text Example

White with #215F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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