Html Css Color HEX #214C7B Bahama Blue

📋 copy color: '#214C7B'

red 33 ◦ green 76 ◦ blue 123

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

Shades of Bahama Blue #214C7B

Tints of Bahama Blue #214C7B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

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

R = 14.22%
G = 32.76%
B = 53.02%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#214C7B (or 0x214C7B) is known color: Bahama Blue. HEX triplet: 21, 4C and 7B. RGB value is (33,76,123). Sum of RGB (Red+Green+Blue) = 33+76+123=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #214C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C7B is #DEB384. Grayscale: #444444. Windows color (decimal): -14594949 or 8080417. OLE color: 8080417.

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

Color convert

RGB 33 76 123 -
CMYK 0.73 0.38 0 0.52
HSL 211.33º 0.58% 0.31% -
HSV(B) 211.33º 0.73% 0.48% -
XYZ 6.79 6.92 19.72 -
YUV 68.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 33 76 123 0.73 0.38 0 0.52 211.33 0.58 0.31
Hex 21 4C 7B 49 26 0 34 D3 3A 1F
Octal 41 114 173 111 46 0 64 323 72 37
Binary 100001 1001100 1111011 1001001 100110 0 110100 11010011 111010 11111

Color Harmonies of #214C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C7B

Black with #214C7B

Text Example


Text Example

White with #214C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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