Html Css Color HEX #15548B Bahama Blue

📋 copy color: '#15548B'

red 21 ◦ green 84 ◦ blue 139

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

Shades of Bahama Blue #15548B

Tints of Bahama Blue #15548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.43%

 BLUE value IS 139 (54.69% from 255) = 56.97%

R = 8.61%
G = 34.43%
B = 56.97%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15548B (or 0x15548B) is known color: Bahama Blue. HEX triplet: 15, 54 and 8B. RGB value is (21,84,139). Sum of RGB (Red+Green+Blue) = 21+84+139=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #15548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15548B is #EAAB74. Grayscale: #474747. Windows color (decimal): -15379317 or 9131029. OLE color: 9131029.

HSL color Cylindrical-coordinate representation of color #15548B: hue angle of 207.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15548B is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 84 139 -
CMYK 0.85 0.40 0 0.45
HSL 207.97º 0.74% 0.31% -
HSV(B) 207.97º 0.85% 0.55% -
XYZ 8.14 8.36 25.61 -
YUV 71.43 166.13 92.03 -
System Red Green Blue C M Y K H S L
Decimal 21 84 139 0.85 0.40 0 0.45 207.97 0.74 0.31
Hex 15 54 8B 55 28 0 2D D0 4A 1F
Octal 25 124 213 125 50 0 55 320 112 37
Binary 10101 1010100 10001011 1010101 101000 0 101101 11010000 1001010 11111

Color Harmonies of #15548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15548B

Black with #15548B

Text Example


Text Example

White with #15548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15548B; }

 p { color: rgb(21,84,139); }

 H1.HeaderClassName
 {
   color: #15548B;
 }
 .AnyTagClassName
 {
   color: #15548B;
 }
</style>

background-color css

<style>
 a { background-color: #15548B; }

 a { background-color: rgb(21,84,139); }

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

border-color css

<style>
 span { border-color: #15548B; }

 span { border-color: rgb(21,84,139); }

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