Html Css Color HEX #215783 Bahama Blue

📋 copy color: '#215783'

red 33 ◦ green 87 ◦ blue 131

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

Shades of Bahama Blue #215783

Tints of Bahama Blue #215783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.66%

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

R = 13.15%
G = 34.66%
B = 52.19%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#215783 (or 0x215783) is known color: Bahama Blue. HEX triplet: 21, 57 and 83. RGB value is (33,87,131). Sum of RGB (Red+Green+Blue) = 33+87+131=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #215783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215783 is #DEA87C. Grayscale: #4B4B4B. Windows color (decimal): -14592125 or 8607521. OLE color: 8607521.

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

Color convert

RGB 33 87 131 -
CMYK 0.75 0.34 0 0.49
HSL 206.94º 0.6% 0.32% -
HSV(B) 206.94º 0.75% 0.51% -
XYZ 8.13 8.78 22.74 -
YUV 75.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 33 87 131 0.75 0.34 0 0.49 206.94 0.6 0.32
Hex 21 57 83 4B 22 0 31 CF 3C 20
Octal 41 127 203 113 42 0 61 317 74 40
Binary 100001 1010111 10000011 1001011 100010 0 110001 11001111 111100 100000

Color Harmonies of #215783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215783

Black with #215783

Text Example


Text Example

White with #215783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215783; }

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

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

background-color css

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

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

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

border-color css

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

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

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