#214F7B

Color #214F7B Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #214F7B

Tints of Bahama Blue #214F7B

Color information

#214F7B (or 0x214F7B) is unknown color: approx Bahama Blue. HEX triplet: 21, 4F and 7B. RGB value is (33,79,123). Sum of RGB (Red+Green+Blue) = 33+79+123=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #214F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F7B is #DEB084. Grayscale: #464646. Windows color (decimal): -14594181 or 8081185. OLE color: 8081185.

HSL color Cylindrical-coordinate representation of color #214F7B: hue angle of 209.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214F7B is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3379123-
CMYK0.730.3600.52
HSL209.33º57.69%30.59%-
HSV(B)209.33º73.17%48.24%-
XYZ77.3519.79-
YUV70.26157.76101.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=14.04%
G=33.62%
B=52.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33791230.730.3600.52209.3357.6930.59
Hex214F7B4924034d13a1f
Octal41117173111440643217237
Binary10000110011111111011100100110010001101001101000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214F7B; }

 p { color: rgb(33,79,123); }

 H1.HeaderClassName
 {
   color: #214F7B;
 }
 .AnyTagClassName
 {
   color: #214F7B;
 }
</style>
background-color css

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

 a { background-color: rgb(33,79,123); }

 div.DivClassName
 {
   background-color: #214F7B;
 }
 .BgClassName
 {
   background-color: #214F7B;
 }
</style>
border-color css

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

 span { border-color: rgb(33,79,123); }

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