Html Css Color HEX #15527C Bahama Blue

📋 copy color: '#15527C'

red 21 ◦ green 82 ◦ blue 124

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

Shades of Bahama Blue #15527C

Tints of Bahama Blue #15527C

RGB

 RED value IS 21 (8.59% from 255) = 9.25%

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

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

R = 9.25%
G = 36.12%
B = 54.63%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15527C (or 0x15527C) is known color: Bahama Blue. HEX triplet: 15, 52 and 7C. RGB value is (21,82,124). Sum of RGB (Red+Green+Blue) = 21+82+124=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #15527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15527C is #EAAD83. Grayscale: #444444. Windows color (decimal): -15379844 or 8147477. OLE color: 8147477.

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

Color convert

RGB 21 82 124 -
CMYK 0.83 0.34 0 0.51
HSL 204.47º 0.71% 0.28% -
HSV(B) 204.47º 0.83% 0.49% -
XYZ 6.96 7.65 20.18 -
YUV 68.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 21 82 124 0.83 0.34 0 0.51 204.47 0.71 0.28
Hex 15 52 7C 53 22 0 33 CC 47 1C
Octal 25 122 174 123 42 0 63 314 107 34
Binary 10101 1010010 1111100 1010011 100010 0 110011 11001100 1000111 11100

Color Harmonies of #15527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15527C

Black with #15527C

Text Example


Text Example

White with #15527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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