Html Css Color HEX #215E87 Bahama Blue

📋 copy color: '#215E87'

red 33 ◦ green 94 ◦ blue 135

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

Shades of Bahama Blue #215E87

Tints of Bahama Blue #215E87

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.88%

 BLUE value IS 135 (53.13% from 255) = 51.53%

R = 12.6%
G = 35.88%
B = 51.53%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#215E87 (or 0x215E87) is known color: Bahama Blue. HEX triplet: 21, 5E and 87. RGB value is (33,94,135). Sum of RGB (Red+Green+Blue) = 33+94+135=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #215E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215E87 is #DEA178. Grayscale: #505050. Windows color (decimal): -14590329 or 8871457. OLE color: 8871457.

HSL color Cylindrical-coordinate representation of color #215E87: hue angle of 204.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215E87 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 94 135 -
CMYK 0.76 0.30 0 0.47
HSL 204.12º 0.61% 0.33% -
HSV(B) 204.12º 0.76% 0.53% -
XYZ 9 10.08 24.39 -
YUV 80.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 33 94 135 0.76 0.30 0 0.47 204.12 0.61 0.33
Hex 21 5E 87 4C 1E 0 2F CC 3D 21
Octal 41 136 207 114 36 0 57 314 75 41
Binary 100001 1011110 10000111 1001100 11110 0 101111 11001100 111101 100001

Color Harmonies of #215E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E87

Black with #215E87

Text Example


Text Example

White with #215E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,94,135); }

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

background-color css

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

 a { background-color: rgb(33,94,135); }

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

border-color css

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

 span { border-color: rgb(33,94,135); }

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