Html Css Color HEX #215083 Bahama Blue

📋 copy color: '#215083'

red 33 ◦ green 80 ◦ blue 131

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

Shades of Bahama Blue #215083

Tints of Bahama Blue #215083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

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

R = 13.52%
G = 32.79%
B = 53.69%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#215083 (or 0x215083) is known color: Bahama Blue. HEX triplet: 21, 50 and 83. RGB value is (33,80,131). Sum of RGB (Red+Green+Blue) = 33+80+131=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #215083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215083 is #DEAF7C. Grayscale: #474747. Windows color (decimal): -14593917 or 8605729. OLE color: 8605729.

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

Color convert

RGB 33 80 131 -
CMYK 0.75 0.39 0 0.49
HSL 211.22º 0.6% 0.32% -
HSV(B) 211.22º 0.75% 0.51% -
XYZ 7.59 7.7 22.56 -
YUV 71.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 33 80 131 0.75 0.39 0 0.49 211.22 0.6 0.32
Hex 21 50 83 4B 27 0 31 D3 3C 20
Octal 41 120 203 113 47 0 61 323 74 40
Binary 100001 1010000 10000011 1001011 100111 0 110001 11010011 111100 100000

Color Harmonies of #215083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215083

Black with #215083

Text Example


Text Example

White with #215083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215083; }

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

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

background-color css

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

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

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

border-color css

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

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

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