Html Css Color HEX #15558B Bahama Blue

📋 copy color: '#15558B'

red 21 ◦ green 85 ◦ blue 139

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

Shades of Bahama Blue #15558B

Tints of Bahama Blue #15558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

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

R = 8.57%
G = 34.69%
B = 56.73%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15558B (or 0x15558B) is known color: Bahama Blue. HEX triplet: 15, 55 and 8B. RGB value is (21,85,139). Sum of RGB (Red+Green+Blue) = 21+85+139=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #15558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15558B is #EAAA74. Grayscale: #474747. Windows color (decimal): -15379061 or 9131285. OLE color: 9131285.

HSL color Cylindrical-coordinate representation of color #15558B: hue angle of 207.46º 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 #15558B is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 85 139 -
CMYK 0.85 0.39 0 0.45
HSL 207.46º 0.74% 0.31% -
HSV(B) 207.46º 0.85% 0.55% -
XYZ 8.22 8.52 25.64 -
YUV 72.02 165.8 91.61 -
System Red Green Blue C M Y K H S L
Decimal 21 85 139 0.85 0.39 0 0.45 207.46 0.74 0.31
Hex 15 55 8B 55 27 0 2D CF 4A 1F
Octal 25 125 213 125 47 0 55 317 112 37
Binary 10101 1010101 10001011 1010101 100111 0 101101 11001111 1001010 11111

Color Harmonies of #15558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15558B

Black with #15558B

Text Example


Text Example

White with #15558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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