Html Css Color HEX #214E7B Bahama Blue

📋 copy color: '#214E7B'

red 33 ◦ green 78 ◦ blue 123

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

Shades of Bahama Blue #214E7B

Tints of Bahama Blue #214E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

 BLUE value IS 123 (48.44% from 255) = 52.56%

R = 14.1%
G = 33.33%
B = 52.56%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#214E7B (or 0x214E7B) is known color: Bahama Blue. HEX triplet: 21, 4E and 7B. RGB value is (33,78,123). Sum of RGB (Red+Green+Blue) = 33+78+123=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #214E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E7B is #DEB184. Grayscale: #454545. Windows color (decimal): -14594437 or 8080929. OLE color: 8080929.

HSL color Cylindrical-coordinate representation of color #214E7B: hue angle of 210º 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 #214E7B is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 78 123 -
CMYK 0.73 0.37 0 0.52
HSL 210º 0.58% 0.31% -
HSV(B) 210º 0.73% 0.48% -
XYZ 6.93 7.2 19.76 -
YUV 69.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 33 78 123 0.73 0.37 0 0.52 210 0.58 0.31
Hex 21 4E 7B 49 25 0 34 D2 3A 1F
Octal 41 116 173 111 45 0 64 322 72 37
Binary 100001 1001110 1111011 1001001 100101 0 110100 11010010 111010 11111

Color Harmonies of #214E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E7B

Black with #214E7B

Text Example


Text Example

White with #214E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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