Html Css Color HEX #214C79 Bahama Blue

📋 copy color: '#214C79'

red 33 ◦ green 76 ◦ blue 121

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

Shades of Bahama Blue #214C79

Tints of Bahama Blue #214C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.61%

R = 14.35%
G = 33.04%
B = 52.61%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214C79 (or 0x214C79) is known color: Bahama Blue. HEX triplet: 21, 4C and 79. RGB value is (33,76,121). Sum of RGB (Red+Green+Blue) = 33+76+121=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #214C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C79 is #DEB386. Grayscale: #444444. Windows color (decimal): -14594951 or 7949345. OLE color: 7949345.

HSL color Cylindrical-coordinate representation of color #214C79: hue angle of 210.68º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214C79 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 76 121 -
CMYK 0.73 0.37 0 0.53
HSL 210.68º 0.57% 0.3% -
HSV(B) 210.68º 0.73% 0.47% -
XYZ 6.66 6.87 19.06 -
YUV 68.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 33 76 121 0.73 0.37 0 0.53 210.68 0.57 0.3
Hex 21 4C 79 49 25 0 35 D3 39 1E
Octal 41 114 171 111 45 0 65 323 71 36
Binary 100001 1001100 1111001 1001001 100101 0 110101 11010011 111001 11110

Color Harmonies of #214C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C79

Black with #214C79

Text Example


Text Example

White with #214C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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