Html Css Color HEX #215983 Bahama Blue

📋 copy color: '#215983'

red 33 ◦ green 89 ◦ blue 131

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

Shades of Bahama Blue #215983

Tints of Bahama Blue #215983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 13.04%
G = 35.18%
B = 51.78%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#215983 (or 0x215983) is known color: Bahama Blue. HEX triplet: 21, 59 and 83. RGB value is (33,89,131). Sum of RGB (Red+Green+Blue) = 33+89+131=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #215983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215983 is #DEA67C. Grayscale: #4C4C4C. Windows color (decimal): -14591613 or 8608033. OLE color: 8608033.

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

Color convert

RGB 33 89 131 -
CMYK 0.75 0.32 0 0.49
HSL 205.71º 0.6% 0.32% -
HSV(B) 205.71º 0.75% 0.51% -
XYZ 8.3 9.11 22.79 -
YUV 77.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 33 89 131 0.75 0.32 0 0.49 205.71 0.6 0.32
Hex 21 59 83 4B 20 0 31 CE 3C 20
Octal 41 131 203 113 40 0 61 316 74 40
Binary 100001 1011001 10000011 1001011 100000 0 110001 11001110 111100 100000

Color Harmonies of #215983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215983

Black with #215983

Text Example


Text Example

White with #215983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215983; }

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

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

background-color css

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

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

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

border-color css

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

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

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