Html Css Color HEX #215F85 Bahama Blue

📋 copy color: '#215F85'

red 33 ◦ green 95 ◦ blue 133

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

Shades of Bahama Blue #215F85

Tints of Bahama Blue #215F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.96%

R = 12.64%
G = 36.4%
B = 50.96%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#215F85 (or 0x215F85) is known color: Bahama Blue. HEX triplet: 21, 5F and 85. RGB value is (33,95,133). Sum of RGB (Red+Green+Blue) = 33+95+133=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #215F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F85 is #DEA07A. Grayscale: #505050. Windows color (decimal): -14590075 or 8740641. OLE color: 8740641.

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

Color convert

RGB 33 95 133 -
CMYK 0.75 0.29 0 0.48
HSL 202.8º 0.6% 0.33% -
HSV(B) 202.8º 0.75% 0.52% -
XYZ 8.95 10.2 23.69 -
YUV 80.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 33 95 133 0.75 0.29 0 0.48 202.8 0.6 0.33
Hex 21 5F 85 4B 1D 0 30 CB 3C 21
Octal 41 137 205 113 35 0 60 313 74 41
Binary 100001 1011111 10000101 1001011 11101 0 110000 11001011 111100 100001

Color Harmonies of #215F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F85

Black with #215F85

Text Example


Text Example

White with #215F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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