Html Css Color HEX #14527C Bahama Blue

📋 copy color: '#14527C'

red 20 ◦ green 82 ◦ blue 124

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

Shades of Bahama Blue #14527C

Tints of Bahama Blue #14527C

RGB

 RED value IS 20 (8.2% from 255) = 8.85%

 GREEN value IS 82 (32.42% from 255) = 36.28%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 8.85%
G = 36.28%
B = 54.87%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14527C (or 0x14527C) is known color: Bahama Blue. HEX triplet: 14, 52 and 7C. RGB value is (20,82,124). Sum of RGB (Red+Green+Blue) = 20+82+124=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #14527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14527C is #EBAD83. Grayscale: #444444. Windows color (decimal): -15445380 or 8147476. OLE color: 8147476.

HSL color Cylindrical-coordinate representation of color #14527C: hue angle of 204.23º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14527C is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 82 124 -
CMYK 0.84 0.34 0 0.51
HSL 204.23º 0.72% 0.28% -
HSV(B) 204.23º 0.84% 0.49% -
XYZ 6.94 7.64 20.18 -
YUV 68.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 20 82 124 0.84 0.34 0 0.51 204.23 0.72 0.28
Hex 14 52 7C 54 22 0 33 CC 48 1C
Octal 24 122 174 124 42 0 63 314 110 34
Binary 10100 1010010 1111100 1010100 100010 0 110011 11001100 1001000 11100

Color Harmonies of #14527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14527C

Black with #14527C

Text Example


Text Example

White with #14527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14527C; }

 p { color: rgb(20,82,124); }

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

background-color css

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

 a { background-color: rgb(20,82,124); }

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

border-color css

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

 span { border-color: rgb(20,82,124); }

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