Html Css Color HEX #215985 Bahama Blue

📋 copy color: '#215985'

red 33 ◦ green 89 ◦ blue 133

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

Shades of Bahama Blue #215985

Tints of Bahama Blue #215985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 12.94%
G = 34.9%
B = 52.16%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#215985 (or 0x215985) is known color: Bahama Blue. HEX triplet: 21, 59 and 85. RGB value is (33,89,133). Sum of RGB (Red+Green+Blue) = 33+89+133=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #215985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215985 is #DEA67A. Grayscale: #4D4D4D. Windows color (decimal): -14591611 or 8739105. OLE color: 8739105.

HSL color Cylindrical-coordinate representation of color #215985: hue angle of 206.4º 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 #215985 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 89 133 -
CMYK 0.75 0.33 0 0.48
HSL 206.4º 0.6% 0.33% -
HSV(B) 206.4º 0.75% 0.52% -
XYZ 8.43 9.16 23.51 -
YUV 77.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 33 89 133 0.75 0.33 0 0.48 206.4 0.6 0.33
Hex 21 59 85 4B 21 0 30 CE 3C 21
Octal 41 131 205 113 41 0 60 316 74 41
Binary 100001 1011001 10000101 1001011 100001 0 110000 11001110 111100 100001

Color Harmonies of #215985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215985

Black with #215985

Text Example


Text Example

White with #215985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215985; }

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

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

background-color css

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

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

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

border-color css

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

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

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